Skip to content

leobcn/gowebservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gowebservice

###Simple go web startup project###

If you need to start a rapid web project using go, you can start from here

  • logger available for each request in context
  • access logger
  • in memory session manager
  • panic catcher middleware
  • config load
  • windows/linux/mac os service (you can install it as a service)

check the example dir, it's an working application using this service

is using: httpway httpwaymid golog service

./application run  //or without argument will run
./application install // will install it as a service
./application uninstall // will uninstall the service
./application start // will start the service (you can use the system service manager too)
./application stop // will stopthe service (you can use the system service manager too)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%