diff options
| -rw-r--r-- | pkg/templates/templates.go (renamed from templates.go) | 2 | ||||
| -rw-r--r-- | pkg/templates/templates_test.go (renamed from templates_test.go) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates.go b/pkg/templates/templates.go index 1024325..4e114c2 100644 --- a/templates.go +++ b/pkg/templates/templates.go @@ -1,4 +1,4 @@ -package main +package templates import ( "fmt" diff --git a/templates_test.go b/pkg/templates/templates_test.go index 680651f..fbd99f4 100644 --- a/templates_test.go +++ b/pkg/templates/templates_test.go @@ -1,4 +1,4 @@ -package main +package templates import ( "bytes" |
