1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-06-07 07:13:20 +00:00

fix gmock url

This commit is contained in:
kidanger 2015-06-13 10:43:59 +01:00
parent 5df3729ce8
commit ce963dc793

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