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
f3d96ac5
Commit
f3d96ac5
authored
Nov 15, 2015
by
Jeromy
Browse files
use only gogo protobuf
parent
216db146
Changes
2
Show whitespace changes
Inline
Side-by-side
p2p/crypto/pb/Makefile
View file @
f3d96ac5
...
...
@@ -4,7 +4,7 @@ GO = $(PB:.proto=.pb.go)
all
:
$(GO)
%.pb.go
:
%.proto
protoc
--go_out
=
.
--proto_path
=
../../../../../../:/usr/local/opt/protobuf/include:.
$<
protoc
--go
go
_out
=
.
$<
clean
:
rm
*
.pb.go
p2p/crypto/pb/crypto.pb.go
View file @
f3d96ac5
// Code generated by protoc-gen-go.
// Code generated by protoc-gen-go
go
.
// source: crypto.proto
// DO NOT EDIT!
...
...
@@ -14,7 +14,7 @@ It has these top-level messages:
*/
package
crypto_pb
import
proto
"github.com/go
lan
g/protobuf/proto"
import
proto
"github.com/gog
o
/protobuf/proto"
import
math
"math"
// Reference imports to suppress errors if they are not otherwise used.
...
...
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