8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "gitlab.com/DeveloperDurp/DurpCLI/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|