8000 GitHub - 461825789/framework: this is a simple go framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

461825789/framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framework

example

set/get config

//set config
func SetConfig(conf interface{})

//get config
func GetConfig() interface{}

add heartbeat server

framework.SetAppName("heartbeat")
framework.Heartbeat(10*time.Second, Func())
framework:start()

About

this is a simple go framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%
0