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