Skip to content

Commit 2f2b656

Browse files
authored
Update html-templates.md: delete mistaken dependency
The example of test file has the dependency `"github.com/quii/learn-go-with-tests/blogrenderer"` and IMHO this dependency is a mistake: delete this dependency from the source example.
1 parent 23b2524 commit 2f2b656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html-templates.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ package blogrenderer_test
7272

7373
import (
7474
"bytes"
75-
"github.com/quii/learn-go-with-tests/blogrenderer"
7675
"testing"
7776
)
7877

0 commit comments

Comments
 (0)