Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
1c077de5
Commit
1c077de5
authored
Nov 23, 2015
by
Jeromy
Browse files
reimport gogo-protobuf to adjust inter package imports
parent
1c6efef4
Changes
75
Hide whitespace changes
Inline
Side-by-side
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/enum.go
View file @
1c077de5
...
...
@@ -29,9 +29,9 @@
package
vanity
import
(
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
)
func
EnumHasBoolExtension
(
enum
*
descriptor
.
EnumDescriptorProto
,
extension
*
proto
.
ExtensionDesc
)
bool
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/field.go
View file @
1c077de5
...
...
@@ -29,9 +29,9 @@
package
vanity
import
(
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
)
func
FieldHasBoolExtension
(
field
*
descriptor
.
FieldDescriptorProto
,
extension
*
proto
.
ExtensionDesc
)
bool
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/file.go
View file @
1c077de5
...
...
@@ -29,9 +29,9 @@
package
vanity
import
(
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
"strings"
)
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/foreach.go
View file @
1c077de5
...
...
@@ -28,7 +28,7 @@
package
vanity
import
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
import
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
func
ForEachFile
(
files
[]
*
descriptor
.
FileDescriptorProto
,
f
func
(
file
*
descriptor
.
FileDescriptorProto
))
{
for
_
,
file
:=
range
files
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/msg.go
View file @
1c077de5
...
...
@@ -29,9 +29,9 @@
package
vanity
import
(
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
)
func
MessageHasBoolExtension
(
msg
*
descriptor
.
DescriptorProto
,
extension
*
proto
.
ExtensionDesc
)
bool
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/fast/gogovanity.pb.go
View file @
1c077de5
...
...
@@ -13,10 +13,10 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
_
"g
ithub.com
/gogo
/
protobuf/gogoproto"
import
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
import
io
"io"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/fast/proto3.pb.go
View file @
1c077de5
...
...
@@ -13,7 +13,7 @@ It has these top-level messages:
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/fast/vanity.pb.go
View file @
1c077de5
...
...
@@ -13,11 +13,11 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
github_com_gogo_protobuf_proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
github_com_gogo_protobuf_proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
io
"io"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/faster/gogovanity.pb.go
View file @
1c077de5
...
...
@@ -13,10 +13,10 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
_
"g
ithub.com
/gogo
/
protobuf/gogoproto"
import
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
import
io
"io"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/faster/proto3.pb.go
View file @
1c077de5
...
...
@@ -13,7 +13,7 @@ It has these top-level messages:
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/faster/vanity.pb.go
View file @
1c077de5
...
...
@@ -13,12 +13,12 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
io
"io"
import
github_com_gogo_protobuf_proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
github_com_gogo_protobuf_proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
// Reference imports to suppress errors if they are not otherwise used.
var
_
=
proto
.
Marshal
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/slick/gogovanity.pb.go
View file @
1c077de5
...
...
@@ -13,13 +13,13 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
_
"g
ithub.com
/gogo
/
protobuf/gogoproto"
import
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
import
strings
"strings"
import
github_com_gogo_protobuf_proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
github_com_gogo_protobuf_proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
sort
"sort"
import
strconv
"strconv"
import
reflect
"reflect"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/slick/proto3.pb.go
View file @
1c077de5
...
...
@@ -13,12 +13,12 @@ It has these top-level messages:
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
strings
"strings"
import
github_com_gogo_protobuf_proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
github_com_gogo_protobuf_proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
sort
"sort"
import
strconv
"strconv"
import
reflect
"reflect"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/slick/vanity.pb.go
View file @
1c077de5
...
...
@@ -13,12 +13,12 @@
*/
package
vanity
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
strings
"strings"
import
github_com_gogo_protobuf_proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
github_com_gogo_protobuf_proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
sort
"sort"
import
strconv
"strconv"
import
reflect
"reflect"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/test/vanity_test.go
View file @
1c077de5
...
...
@@ -29,9 +29,9 @@
package
test
import
(
fast
"g
ithub.com
/gogo
/
protobuf/vanity/test/fast"
faster
"g
ithub.com
/gogo
/
protobuf/vanity/test/faster"
slick
"g
ithub.com
/gogo
/
protobuf/vanity/test/slick"
fast
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/test/fast"
faster
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/test/faster"
slick
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/test/slick"
"testing"
)
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment