Split cli package into adaptors and use-cases (#44)

This commit is contained in:
Hidetake Iwata
2019-04-05 14:52:15 +09:00
committed by GitHub
parent 3485c5408e
commit 8a02ed0fb0
20 changed files with 204 additions and 159 deletions

View File

@@ -10,7 +10,7 @@ all: $(TARGET)
check:
golint
go vet
$(MAKE) -C cli_test/authserver/testdata
$(MAKE) -C adaptors_test/authserver/testdata
go test -v ./...
$(TARGET): $(wildcard *.go)