Browse Source

Package name was too long

Piotr Czajkowski 5 năm trước cách đây
mục cha
commit
56b5306f6f
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"