mirror of
https://gitlab.durp.info/durfy/apps/durpcli.git
synced 2026-05-07 07:50:35 -05:00
11 lines
141 B
Go
11 lines
141 B
Go
/*
|
|
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
|
|
|
|
*/
|
|
package main
|
|
|
|
import "github.com/DeveloperDurp/GoCLI/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|