aboutsummaryrefslogtreecommitdiff
path: root/examples/list_people.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/list_people.go')
-rw-r--r--examples/list_people.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list_people.go b/examples/list_people.go
index 70bc589e..6c2c34ac 100644
--- a/examples/list_people.go
+++ b/examples/list_people.go
@@ -8,7 +8,7 @@ import (
"os"
"github.com/golang/protobuf/proto"
- pb "github.com/google/protobuf/examples/tutorial"
+ pb "github.com/protocolbuffers/protobuf/examples/tutorial"
)
func writePerson(w io.Writer, p *pb.Person) {