Browse Source

Package name was too long

Piotr Czajkowski 4 years ago
parent
commit
56b5306f6f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      stringFromTemplate.go
  2. 1 1
      stringFromTemplate_test.go

+ 1 - 1
stringFromTemplate.go

@@ -1,4 +1,4 @@
-package stringfromtemplate
+package sft
 
 import (
 	"strings"

+ 1 - 1
stringFromTemplate_test.go

@@ -1,4 +1,4 @@
-package stringfromtemplate
+package sft
 
 import (
 	"testing"