Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created May 29, 2018 22:06
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/ac9fae72d11f90324ea4f596c3eaf9cb to your computer and use it in GitHub Desktop.
Save Cibernomadas/ac9fae72d11f90324ea4f596c3eaf9cb to your computer and use it in GitHub Desktop.
func NewServer() *gin.Engine {
srv := gin.Default()
srv.HTMLRender = templateRender()
return srv
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment