From 3387f6fb996ec5d1d0a88367fa9f9be10a9eae3c Mon Sep 17 00:00:00 2001 From: Alex Bramley Date: Fri, 3 Feb 2012 23:45:41 +0000 Subject: [PATCH] Correct import path. --- state/tracker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/tracker_test.go b/state/tracker_test.go index 30d7856..fd4699a 100644 --- a/state/tracker_test.go +++ b/state/tracker_test.go @@ -2,7 +2,7 @@ package state import ( "github.com/fluffle/golog/logging" - "gomock.googlecode.com/hg/gomock" + gomock "github.com/dsymonds/gomock/gomock" "testing" )