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