move to goresources and add build scripts

This commit is contained in:
sentriz
2019-06-24 13:43:05 +01:00
parent 56b872a4b3
commit 895d27378f
34 changed files with 23289 additions and 229 deletions

7
_do_build_scanner Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
GO111MODULES=on
go build \
-tags "$(tr '\n' ' ' < _build_tags)" \
cmd/scanner/main.go