Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Last active June 2, 2018 16:00
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/24acb879a72cd32f9a5eac543b652620 to your computer and use it in GitHub Desktop.
Save Cibernomadas/24acb879a72cd32f9a5eac543b652620 to your computer and use it in GitHub Desktop.
func indexFn(c *gin.Context) {
c.HTML(http.StatusOK, "index", gin.H{
"title": "Hi! GoBlog.",
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment