Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created June 18, 2018 20:42
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/88a51d39be27ca85f019027637c80b7b to your computer and use it in GitHub Desktop.
Save Cibernomadas/88a51d39be27ca85f019027637c80b7b 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