Skip to content

Commit eb171dc

Browse files
authored
Remove confuse import in clockface test (#606)
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
1 parent c9a369d commit eb171dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

math.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ package clockface_test
133133
import (
134134
"testing"
135135
"time"
136-
137-
"github.com/gypsydave5/learn-go-with-tests/math/v1/clockface"
138136
)
139137

140138
func TestSecondHandAtMidnight(t *testing.T) {

0 commit comments

Comments
 (0)