Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created June 29, 2018 16:33
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/1b7b1b44c866ffadcc5e03484ea62322 to your computer and use it in GitHub Desktop.
Save Cibernomadas/1b7b1b44c866ffadcc5e03484ea62322 to your computer and use it in GitHub Desktop.
func TemplatePartials() []string {
return []string{
path.Join("partials", "menu"),
path.Join("partials", "error"),
path.Join("partials", "posts"),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment