next #3

Manually merged
sneak merged 7 commits from next into master 2020-09-09 04:34:12 +00:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 1b15abb7f7 - Show all commits

1
.gitignore vendored
View File

@ -1 +1,2 @@
sco
.DS_Store

View File

@ -44,7 +44,7 @@ go-get:
vet:
go vet ./...
bash -c 'test -z "$$(gofmt .)"'
bash -c 'test -z "$$(gofmt -l .)"'
./$(FN): */*.go cmd/*/*.go go-get vet
cd cmd/$(FN) && go build -o ../../$(FN) $(GOFLAGS) .

View File

@ -8,6 +8,7 @@ import (
var Version string
var Commit string
var Buildarch string
func main() {