Re-structure packages

Overhaul of package structure and other cleanup.
This commit is contained in:
Dave Gallant
2020-04-03 22:29:12 -04:00
parent 025b68de93
commit 49ea48976d
9 changed files with 87 additions and 71 deletions

View File

@@ -1,9 +1,9 @@
package main
import "github.com/davegallant/srv/cmd"
import cui "github.com/davegallant/srv/cui"
func main() {
cmd.Start()
cui.Start()
}