Correct import path.

This commit is contained in:
Alex Bramley 2012-02-03 23:45:41 +00:00
parent 01d58fc748
commit 3387f6fb99
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package state
import (
"github.com/fluffle/golog/logging"
"gomock.googlecode.com/hg/gomock"
gomock "github.com/dsymonds/gomock/gomock"
"testing"
)