From eb171dcf3d10c009371af7181d8dc7e45b1f51f9 Mon Sep 17 00:00:00 2001 From: Tien Thanh <34149997+thanhkaiba@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:35:40 +0700 Subject: [PATCH] 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 --- math.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/math.md b/math.md index bc7ebbfde..0e2fabcca 100644 --- a/math.md +++ b/math.md @@ -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) {