mirror of
https://gitee.com/fit2cloud-feizhiyun/1Panel.git
synced 2024-12-04 04:49:22 +08:00
10 lines
105 B
Go
10 lines
105 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/1Panel-dev/1Panel/backend/server"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
server.Start()
|
||
|
}
|