mirror of
https://github.com/fluffle/goirc
synced 2025-06-07 15:23:20 +00:00
Correct import path.
This commit is contained in:
parent
01d58fc748
commit
3387f6fb99
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package state
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/fluffle/golog/logging"
|
"github.com/fluffle/golog/logging"
|
||||||
"gomock.googlecode.com/hg/gomock"
|
gomock "github.com/dsymonds/gomock/gomock"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue