Skip to content

Commit

Permalink
Update protobufs source to github
Browse files Browse the repository at this point in the history
  • Loading branch information
sebneira committed May 19, 2015
1 parent ca46a0b commit 30d70ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buffers/eros.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chat.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
"errors"
"fmt"
"github.com/Starbow/erosd/buffers"
Expand Down
2 changes: 1 addition & 1 deletion util.go
@@ -1,7 +1,7 @@
package main

import (
"code.google.com/p/goprotobuf/proto"
"github.com/golang/protobuf/proto"
"errors"
"fmt"
"github.com/Starbow/erosd/buffers"
Expand Down

0 comments on commit 30d70ac

Please sign in to comment.