- Refactor file embedding to use Go 1.16 embed functionality.
- Remove references to previous bindata packages from build scripts and docs
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
.PHONY: all
|
||||
all:
|
||||
go get -u github.com/kevinburke/go-bindata/...
|
||||
go generate
|
||||
go build -ldflags "-w -s" -o frontend
|
||||
|
||||
Reference in New Issue
Block a user