apps-durpcli/main.go

8 lines
92 B
Go
Raw Normal View History

2023-02-19 13:44:18 -06:00
package main
2023-05-27 11:43:24 -05:00
import "gitlab.com/DeveloperDurp/DurpCLI/cmd"
2023-02-19 13:44:18 -06:00
func main() {
cmd.Execute()
}