thinkweb/main.go
2024-04-10 18:56:50 +08:00

8 lines
102 B
Go

package main
import "github.com/darkit/thinkweb/router"
func main() {
router.Router.Run(":3344")
}