Skip to content

Instantly share code, notes, and snippets.

@DiegoSantosWS
Created September 17, 2018 17:30
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 DiegoSantosWS/b4477369efdd34143cfad34cba1fe035 to your computer and use it in GitHub Desktop.
Save DiegoSantosWS/b4477369efdd34143cfad34cba1fe035 to your computer and use it in GitHub Desktop.
EMBEND...
package renderHtml
import "html/template"
var (
ModelosIndex = template.Must(template.ParseFiles("view/index.html"))
ModelosContato = template.Must(template.ParseFiles("view/contato.html"))
)
@DiegoSantosWS
Copy link
Author

creating embeding to the medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment