1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-05-12 18:44:50 +00:00

Change "gomock" repository URL

This commit is contained in:
Romain Soufflet 2015-06-15 13:59:14 +02:00
parent 5df3729ce8
commit 2db4b19502
3 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
package client
import (
"code.google.com/p/gomock/gomock"
"github.com/fluffle/goirc/state"
"github.com/golang/mock/gomock"
"strings"
"testing"
"time"

View file

@ -1,8 +1,8 @@
package client
import (
"code.google.com/p/gomock/gomock"
"github.com/fluffle/goirc/state"
"github.com/golang/mock/gomock"
"testing"
"time"
)