Skip to content

Commit

Permalink
Update html-templates.md: delete mistaken dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
frozar authored Jan 25, 2025
1 parent 23b2524 commit 2f2b656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ package blogrenderer_test

import (
"bytes"
"github.com/quii/learn-go-with-tests/blogrenderer"
"testing"
)

Expand Down

0 comments on commit 2f2b656

Please sign in to comment.