local-ip.sh/main.go
2024-07-26 12:16:53 +02:00

10 lines
76 B
Go

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