Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created May 25, 2018 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cibernomadas/ff5ee3b4ca9f92b724f8b8a85ae40bd5 to your computer and use it in GitHub Desktop.
Save Cibernomadas/ff5ee3b4ca9f92b724f8b8a85ae40bd5 to your computer and use it in GitHub Desktop.
package main
import "github.com/cibernomadas/goblog/webapp/router"
func main() {
srv := router.NewServer()
router.RegisterRoutes(srv)
srv.Run("127.0.0.1:8000")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment