Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2015 01:20
Show Gist options
  • Save anonymous/e32cad0c8d8ee6f4e18c to your computer and use it in GitHub Desktop.
Save anonymous/e32cad0c8d8ee6f4e18c to your computer and use it in GitHub Desktop.
r := gin.Default()
files, _ := filepath.Glob(fmt.Sprintf("%s/*.tmpl", TemplatePath))
r.LoadHTMLFiles(files...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment