mirror of
https://github.com/fumiama/go-nd-portal.git
synced 2026-06-05 00:10:25 +08:00
9 lines
128 B
Go
9 lines
128 B
Go
// Package main fūnctiō prīncipālis
|
|
package main
|
|
|
|
import "github.com/fumiama/go-nd-portal/cmd"
|
|
|
|
func main() {
|
|
cmd.Main()
|
|
}
|