file-store/main.go

10 lines
109 B
Go
Raw Permalink Normal View History

2022-08-24 02:54:01 +00:00
package main
import (
"git.keganmyers.com/terribleplan/file-store/cmd"
)
func main() {
cmd.Execute()
}