Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e38de7

Browse files
committed
Fix packages to text/template
1 parent d1efa95 commit 4e38de7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

file/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"testing"
77

8-
"github.com/alecthomas/template"
8+
"text/template"
99
)
1010

1111
// Suite is a instance of Test struct

0 commit comments

Comments
 (0)