move some packages to the "internal" directory

- this makes it impossible to import these packages outside Task
- as a side effect, it makes the root directory cleaner
This commit is contained in:
Andrey Nering
2017-10-15 17:58:21 -02:00
parent c53db134c6
commit 33b167215d
15 changed files with 11 additions and 16 deletions

View File

@@ -35,9 +35,7 @@ test:
desc: Runs test suite
deps: [install]
cmds:
- go test ./args
- go test ./status
- go test
- go test {{.GO_PACKAGES}}
# https://github.com/goreleaser/goreleaser
release: