Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
15703523
Commit
15703523
authored
10 years ago
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(crypto/spipe/pb) rename proto package -> spipe_pb
parent
8823f462
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
crypto/spipe/internal/pb/Makefile
crypto/spipe/internal/pb/Makefile
+3
-3
crypto/spipe/internal/pb/spipe.pb.go
crypto/spipe/internal/pb/spipe.pb.go
+5
-7
crypto/spipe/internal/pb/spipe.proto
crypto/spipe/internal/pb/spipe.proto
+1
-1
No files found.
crypto/spipe/internal/pb/Makefile
View file @
15703523
all
:
messag
e.pb.go
all
:
spip
e.pb.go
messag
e.pb.go
:
messag
e.proto
spip
e.pb.go
:
spip
e.proto
protoc
--gogo_out
=
.
--proto_path
=
../../../../../:/usr/local/opt/protobuf/include:.
$<
clean
:
rm
messag
e.pb.go
rm
spip
e.pb.go
This diff is collapsed.
Click to expand it.
crypto/spipe/internal/pb/
messag
e.pb.go
→
crypto/spipe/internal/pb/
spip
e.pb.go
View file @
15703523
// Code generated by protoc-gen-gogo.
// source:
messag
e.proto
// source:
spip
e.proto
// DO NOT EDIT!
/*
Package spipe is a generated protocol buffer package.
Package spipe
_pb
is a generated protocol buffer package.
It is generated from these files:
messag
e.proto
spip
e.proto
It has these top-level messages:
Propose
Exchange
*/
package
spipe
package
spipe
_pb
import
proto
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/gogoprotobuf/proto"
import
json
"encoding/json"
import
math
"math"
// Reference
proto, json, and math
imports to suppress error if they are not otherwise used.
// Reference imports to suppress error
s
if they are not otherwise used.
var
_
=
proto
.
Marshal
var
_
=
&
json
.
SyntaxError
{}
var
_
=
math
.
Inf
type
Propose
struct
{
...
...
This diff is collapsed.
Click to expand it.
crypto/spipe/internal/pb/
messag
e.proto
→
crypto/spipe/internal/pb/
spip
e.proto
View file @
15703523
package
spipe
;
package
spipe
.
pb
;
message
Propose
{
optional
bytes
rand
=
1
;
...
...
This diff is collapsed.
Click to expand it.
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