~ogham/doom

5476bf713a2329ef960e9cd19634eea14c9592b0 — Benjamin Sago 1 year, 10 months ago 8462ce6 v0.6.3
Move templates to their own package

Because they're not, _technically_, anything to do with HTTP.
2 files changed, 2 insertions(+), 2 deletions(-)

R mhttp/templates_gem.go => mtpl/templates_gem.go
R mhttp/templates_html.go => mtpl/templates_html.go
R mhttp/templates_gem.go => mtpl/templates_gem.go +1 -1
@@ 1,4 1,4 @@
package mhttp
package mtpl

import (
    "text/template"

R mhttp/templates_html.go => mtpl/templates_html.go +1 -1
@@ 1,4 1,4 @@
package mhttp
package mtpl

import (
    "html/template"