Move service related filed to services folder

This commit is contained in:
mitchell 2019-07-10 22:33:22 -04:00
parent 347fbe7268
commit 7d770ef150
41 changed files with 50 additions and 50 deletions

9
services/cmd/spc/main.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"github.com/mitchell/selfpass/services/cli/commands"
)
func main() {
commands.Execute()
}