Skip to content

Commit 50bdc9b

Browse files
committed
Remove unneeded template map
1 parent e7fc3f2 commit 50bdc9b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

internal/core/maps.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package core
22

33
import (
4-
"text/template"
5-
64
"github.com/tabbed/sqlc-go/sdk"
75
)
86

@@ -22,10 +20,3 @@ func Imports(filename string) [][]string {
2220
}
2321
return DefaultImporter.Imports(filename)
2422
}
25-
26-
var Foo = template.FuncMap{
27-
"lowerTitle": LowerTitle, // sdk.LowerTitle,
28-
"comment": DoubleSlashComment, // sdk.DoubleSlashComment,
29-
"imports": Imports,
30-
"offset": Offset,
31-
}

0 commit comments

Comments
 (0)