move to goresources and add build scripts
This commit is contained in:
8
_do_build_server
Executable file
8
_do_build_server
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
GO111MODULES=on
|
||||
|
||||
./_do_compile_assets
|
||||
go build \
|
||||
-tags "$(tr '\n' ' ' < _build_tags) embed" \
|
||||
cmd/server/main.go
|
||||
Reference in New Issue
Block a user