This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhangbj
/
scrm-go
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
scrm-go
1
Commits
1
Branches
Tree:
8c5d9e0fdb
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8c5d9e0fdb'
${ noResults }
scrm-go
/
main.go
main.go
102B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
package main
import (
_ "SCRM/routers"
"github.com/astaxie/beego"
)
func main() {
beego.Run()
}