1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-19 05:53:20 +00:00

Merge pull request from kidanger/master

Gomock moved to an official repository.
This commit is contained in:
Alex Bee 2015-06-16 07:42:02 +01:00
commit f577524d46

View file

@ -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