mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-07 01:10:26 +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()
|
|
}
|