This commit is contained in:
Kagami Hiiragi
2020-05-09 02:55:56 +03:00
parent 5137a1de68
commit fd24bba43a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
# Should contain src/github.com/Kagami/go-face or tests won't work
# properly (multiple definition of C functions).
export GOPATH = $(PWD)/../../../..
all: test
precommit: gofmt-staged

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/Kagami/go-face
go 1.14