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/proto/proto3_test.go
View file @
1c077de5
...
...
@@ -34,9 +34,9 @@ package proto_test
import
(
"testing"
"g
ithub.com
/gogo
/
protobuf/proto"
pb
"g
ithub.com
/gogo
/
protobuf/proto/proto3_proto"
tpb
"g
ithub.com
/gogo
/
protobuf/proto/testdata"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/proto3_proto"
tpb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/testdata"
)
func
TestProto3ZeroValues
(
t
*
testing
.
T
)
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/proto/size_test.go
View file @
1c077de5
...
...
@@ -36,9 +36,9 @@ import (
"strings"
"testing"
.
"g
ithub.com
/gogo
/
protobuf/proto"
proto3pb
"g
ithub.com
/gogo
/
protobuf/proto/proto3_proto"
pb
"g
ithub.com
/gogo
/
protobuf/proto/testdata"
.
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
proto3pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/proto3_proto"
pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/testdata"
)
var
messageWithExtension1
=
&
pb
.
MyMessage
{
Count
:
Int32
(
7
)}
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/proto/testdata/test.pb.go
View file @
1c077de5
...
...
@@ -39,7 +39,7 @@ It has these top-level messages:
*/
package
testdata
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/proto/text_parser_test.go
View file @
1c077de5
...
...
@@ -36,9 +36,9 @@ import (
"reflect"
"testing"
.
"g
ithub.com
/gogo
/
protobuf/proto"
proto3pb
"g
ithub.com
/gogo
/
protobuf/proto/proto3_proto"
.
"g
ithub.com
/gogo
/
protobuf/proto/testdata"
.
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
proto3pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/proto3_proto"
.
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/testdata"
)
type
UnmarshalTextTest
struct
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/proto/text_test.go
View file @
1c077de5
...
...
@@ -39,10 +39,10 @@ import (
"strings"
"testing"
"g
ithub.com
/gogo
/
protobuf/proto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
proto3pb
"g
ithub.com
/gogo
/
protobuf/proto/proto3_proto"
pb
"g
ithub.com
/gogo
/
protobuf/proto/testdata"
proto3pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/proto3_proto"
pb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto/testdata"
)
// textMessage implements the methods that allow it to marshal and unmarshal
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-combo/combo.go
View file @
1c077de5
...
...
@@ -37,7 +37,7 @@ import (
"path/filepath"
"strings"
"g
ithub.com
/gogo
/
protobuf/version"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/version"
)
type
MixMatch
struct
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gofast/main.go
View file @
1c077de5
...
...
@@ -29,8 +29,8 @@
package
main
import
(
"g
ithub.com
/gogo
/
protobuf/vanity"
"g
ithub.com
/gogo
/
protobuf/vanity/command"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/command"
)
func
main
()
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/descriptor/descriptor.pb.go
View file @
1c077de5
...
...
@@ -30,7 +30,7 @@ It has these top-level messages:
*/
package
descriptor
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/protoc-gen-gogo/descriptor/gostring.go
View file @
1c077de5
...
...
@@ -3,7 +3,7 @@ package descriptor
import
fmt
"fmt"
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/protoc-gen-gogo/generator/generator.go
View file @
1c077de5
...
...
@@ -57,10 +57,10 @@ import (
"unicode"
"unicode/utf8"
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
plugin
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/plugin"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
plugin
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/plugin"
)
// A Plugin provides functionality to add to the output during Go code generation,
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/generator/helper.go
View file @
1c077de5
...
...
@@ -35,10 +35,10 @@ import (
"path"
"g
ithub.com
/gogo
/
protobuf/gogoproto"
"g
ithub.com
/gogo
/
protobuf/proto"
descriptor
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
plugin
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/plugin"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/gogoproto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
descriptor
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
plugin
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/plugin"
)
func
(
d
*
FileDescriptor
)
Messages
()
[]
*
Descriptor
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/main.go
View file @
1c077de5
...
...
@@ -49,7 +49,7 @@
package
main
import
(
"g
ithub.com
/gogo
/
protobuf/vanity/command"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/command"
)
func
main
()
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/plugin/plugin.pb.go
View file @
1c077de5
...
...
@@ -14,10 +14,10 @@ It has these top-level messages:
*/
package
plugin_go
import
proto
"g
ithub.com
/gogo
/
protobuf/proto"
import
proto
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
import
fmt
"fmt"
import
math
"math"
import
google_protobuf
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/descriptor"
import
google_protobuf
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/descriptor"
// Reference imports to suppress errors if they are not otherwise used.
var
_
=
proto
.
Marshal
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/testdata/main_test.go
View file @
1c077de5
...
...
@@ -37,7 +37,7 @@ import (
"testing"
mytestpb
"./my_test"
multipb
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/testdata/multi"
multipb
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/testdata/multi"
)
func
TestLink
(
t
*
testing
.
T
)
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogo/testdata/my_test/test.pb.go
View file @
1c077de5
...
...
@@ -21,7 +21,7 @@ It has these top-level messages:
*/
package
my_test
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/protoc-gen-gogofast/main.go
View file @
1c077de5
...
...
@@ -29,8 +29,8 @@
package
main
import
(
"g
ithub.com
/gogo
/
protobuf/vanity"
"g
ithub.com
/gogo
/
protobuf/vanity/command"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/command"
)
func
main
()
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogofaster/main.go
View file @
1c077de5
...
...
@@ -29,8 +29,8 @@
package
main
import
(
"g
ithub.com
/gogo
/
protobuf/vanity"
"g
ithub.com
/gogo
/
protobuf/vanity/command"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/command"
)
func
main
()
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-gen-gogoslick/main.go
View file @
1c077de5
...
...
@@ -29,8 +29,8 @@
package
main
import
(
"g
ithub.com
/gogo
/
protobuf/vanity"
"g
ithub.com
/gogo
/
protobuf/vanity/command"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/vanity/command"
)
func
main
()
{
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/protoc-min-version/minversion.go
View file @
1c077de5
...
...
@@ -30,7 +30,7 @@ package main
import
(
"fmt"
"g
ithub.com
/gogo
/
protobuf/version"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/version"
"os"
"os/exec"
"strings"
...
...
vendor/gx/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR/gogo-protobuf/vanity/command/command.go
View file @
1c077de5
...
...
@@ -32,28 +32,28 @@ import (
"io/ioutil"
"os"
"g
ithub.com
/gogo
/
protobuf/proto"
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/generator"
plugin
"g
ithub.com
/gogo
/
protobuf/protoc-gen-gogo/plugin"
_
"g
ithub.com
/gogo
/
protobuf/plugin/grpc"
_
"g
ithub.com
/gogo
/
protobuf/plugin/defaultcheck"
_
"g
ithub.com
/gogo
/
protobuf/plugin/description"
_
"g
ithub.com
/gogo
/
protobuf/plugin/embedcheck"
_
"g
ithub.com
/gogo
/
protobuf/plugin/enumstringer"
_
"g
ithub.com
/gogo
/
protobuf/plugin/equal"
_
"g
ithub.com
/gogo
/
protobuf/plugin/face"
_
"g
ithub.com
/gogo
/
protobuf/plugin/gostring"
_
"g
ithub.com
/gogo
/
protobuf/plugin/marshalto"
_
"g
ithub.com
/gogo
/
protobuf/plugin/oneofcheck"
_
"g
ithub.com
/gogo
/
protobuf/plugin/populate"
_
"g
ithub.com
/gogo
/
protobuf/plugin/size"
_
"g
ithub.com
/gogo
/
protobuf/plugin/stringer"
_
"g
ithub.com
/gogo
/
protobuf/plugin/union"
_
"g
ithub.com
/gogo
/
protobuf/plugin/unmarshal"
"g
ithub.com
/gogo
/
protobuf/plugin/testgen"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/proto"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/generator"
plugin
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/protoc-gen-gogo/plugin"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/grpc"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/defaultcheck"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/description"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/embedcheck"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/enumstringer"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/equal"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/face"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/gostring"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/marshalto"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/oneofcheck"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/populate"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/size"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/stringer"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/union"
_
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/unmarshal"
"g
x/QmchriuyWMcqHha3dG86rQyxoswSUpmLUBjuJ2kotB65qR
/gogo
-
protobuf/plugin/testgen"
"go/format"
"strings"
...
...
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