Skip to content

Commit

Permalink
scripts- update build_all for new go
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 8, 2021
1 parent de07ef4 commit e11d7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_all.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

init() {
go get -v -u github.com/rakyll/statik
$GOPATH/bin/statik -src="./www/" -f
go install github.com/rakyll/statik
~/go/bin/statik -src="./www/" -f
}
build_template() {
export CGO_ENABLED=1
Expand Down

0 comments on commit e11d7ef

Please sign in to comment.