mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-05 01:20:25 +08:00
11 lines
152 B
Go
11 lines
152 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import (
|
||
|
|
"github.com/TeaOSLab/EdgeAPI/internal/apis"
|
||
|
|
_ "github.com/iwind/TeaGo/bootstrap"
|
||
|
|
)
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
apis.NewAPINode().Start()
|
||
|
|
}
|