mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-05 00:10:25 +08:00
8 lines
88 B
Go
8 lines
88 B
Go
package main
|
|
|
|
import "github.com/fumiama/go-nd-portal/cmd"
|
|
|
|
func main() {
|
|
cmd.Main()
|
|
}
|