mirror of https://github.com/fluffle/goirc
fix gmock url
This commit is contained in:
parent
5df3729ce8
commit
ce963dc793
|
@ -4,7 +4,7 @@
|
||||||
package state
|
package state
|
||||||
|
|
||||||
import (
|
import (
|
||||||
gomock "code.google.com/p/gomock/gomock"
|
gomock "github.com/golang/mock/gomock"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Mock of Tracker interface
|
// Mock of Tracker interface
|
||||||
|
|
Loading…
Reference in New Issue