file-store/main.go

10 lines
109 B
Go

package main
import (
"git.keganmyers.com/terribleplan/file-store/cmd"
)
func main() {
cmd.Execute()
}