Skip to content

Commit

Permalink
Remove confuse import in clockface test (#606)
Browse files Browse the repository at this point in the history
In first code demo, it import "github.com/gypsydave5/learn-go-with-tests/math/v1/clockface". But learner need create clockface.go by themself and that import cause confusing
  • Loading branch information
thanhkaiba authored Sep 29, 2022
1 parent c9a369d commit eb171dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions math.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ package clockface_test
import (
"testing"
"time"

"github.com/gypsydave5/learn-go-with-tests/math/v1/clockface"
)

func TestSecondHandAtMidnight(t *testing.T) {
Expand Down

0 comments on commit eb171dc

Please sign in to comment.