aboutsummaryrefslogtreecommitdiff
path: root/examples/list_people_test.go
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-22 18:32:11 -0700
committerGitHub <noreply@github.com>2018-08-22 18:32:11 -0700
commitfd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec (patch)
tree3a049ef1ae3725e37f4701f6ff4f9ffad64f811b /examples/list_people_test.go
parent228530e2da79603450948d5d701fe4bb4e47c430 (diff)
parentafe98de32a130e0033c9b10fa470bb2ff858ed8d (diff)
downloadprotobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.gz
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.bz2
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.zip
Merge pull request #5068 from xfxyjwf/links
Replace repo links.
Diffstat (limited to 'examples/list_people_test.go')
-rw-r--r--examples/list_people_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list_people_test.go b/examples/list_people_test.go
index 887997fe..64ea4278 100644
--- a/examples/list_people_test.go
+++ b/examples/list_people_test.go
@@ -5,7 +5,7 @@ import (
"strings"
"testing"
- pb "github.com/google/protobuf/examples/tutorial"
+ pb "github.com/protocolbuffers/protobuf/examples/tutorial"
)
func TestWritePersonWritesPerson(t *testing.T) {