Base program skeleton
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,3 +24,4 @@ _testmain.go
|
|||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
|
|
||||||
|
/satbd-explorer
|
||||||
|
|||||||
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
all: build check
|
||||||
|
|
||||||
|
build :
|
||||||
|
go build
|
||||||
|
|
||||||
|
check :
|
||||||
|
go vet
|
||||||
|
go test -coverprofile=cover.out -covermode=count
|
||||||
|
golint
|
||||||
Reference in New Issue
Block a user