1Panel/backend/main.go
2022-08-05 11:06:27 +08:00

7 lines
70 B
Go

package main
import "1Panel/server"
func main() {
server.Start()
}