示例#1
0
文件: main.go 项目: cocoa-alex/gopher
func main() {
	gopher.StartServer()
}
示例#2
0
func main() {
	go gopher.RssRefresh()
	gopher.StartServer()
}