mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-14 14:39:21 +08:00
10 lines
83 B
Go
10 lines
83 B
Go
package main
|
|
|
|
import (
|
|
"github.com/astaxie/beego"
|
|
)
|
|
|
|
func main() {
|
|
beego.Run()
|
|
}
|