This commit is contained in:
tuna2134
2026-06-30 11:31:07 +09:00
commit bb9c0e7e3d
8 changed files with 156 additions and 0 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
/*
Copyright © 2026 Masato Kikuchi <m-kikuchi@neody.ad.jp>
*/
package main
import "git.neody.ad.jp/tuna2134/etherip-client/cmd"
func main() {
cmd.Execute()
}