local-ip.sh/main.go
2024-07-21 22:59:32 +02:00

10 lines
76 B
Go

package main
import (
"local-ip.sh/cmd"
)
func main() {
cmd.Execute()
}