Files
yoink-go/main.go
2024-08-26 22:49:26 -04:00

8 lines
65 B
Go

package main
import "yoink/cli"
func main() {
cli.Execute()
}