Correct import path, again.

This commit is contained in:
Alex Bramley 2012-02-03 23:48:20 +00:00
parent 3387f6fb99
commit be271308c9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/fluffle/goevent/event" "github.com/fluffle/goevent/event"
"github.com/fluffle/golog/logging" "github.com/fluffle/golog/logging"
"github.com/fluffle/goirc/state" "github.com/fluffle/goirc/state"
"gomock.googlecode.com/hg/gomock" gomock "github.com/dsymonds/gomock/gomock"
"testing" "testing"
"time" "time"
) )

View File

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