Use opportunity to structure project by subcommands.
This commit is contained in:
Christian Schwarz
2017-07-06 13:03:44 +02:00
parent 655b3ab55f
commit b44a005bbb
9 changed files with 409 additions and 338 deletions

View File

@ -1,4 +1,4 @@
package main
package cmd
import (
"github.com/stretchr/testify/assert"