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