Merge pull request #63 from Gentux/pr

Change "gomock" repository URL
This commit is contained in:
Alex Bee 2015-06-16 07:42:22 +01:00
commit 876b70baa9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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