mirror of
https://github.com/SrIzan10/sern-cli.git
synced 2026-05-01 11:05:17 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/sern-handler/cli/cmd/cli"
|
|
|
|
func main() {
|
|
cli.Execute()
|
|
}
|