fixing go get

This commit is contained in:
Anubhav Mishra
2017-06-17 15:06:13 -07:00
parent 9709e025bf
commit b2ea325cee

View File

@@ -11,7 +11,6 @@ import (
"strings"
"io/ioutil"
"path/filepath"
"time"
"github.com/elazarl/go-bindata-assetfs"
@@ -94,7 +93,6 @@ type PathResult struct {
Result Templater
}
type Templater interface {
Template() *CompiledTemplate
}