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
ld
go-ld-prime
Commits
77e02cef
Commit
77e02cef
authored
Jan 08, 2019
by
Eric Myhre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Type all the ReprKind consts correctly -.-
Signed-off-by:
Eric Myhre
<
hash@exultant.us
>
parent
659e13d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
kind.go
kind.go
+10
-10
No files found.
kind.go
View file @
77e02cef
...
...
@@ -10,14 +10,14 @@ package ipld
type
ReprKind
uint8
const
(
ReprKind_Invalid
=
0
ReprKind_Map
=
'{'
ReprKind_List
=
'['
ReprKind_Null
=
'0'
ReprKind_Bool
=
'b'
ReprKind_Int
=
'i'
ReprKind_Float
=
'f'
ReprKind_String
=
's'
ReprKind_Bytes
=
'x'
ReprKind_Link
=
'/'
ReprKind_Invalid
ReprKind
=
0
ReprKind_Map
ReprKind
=
'{'
ReprKind_List
ReprKind
=
'['
ReprKind_Null
ReprKind
=
'0'
ReprKind_Bool
ReprKind
=
'b'
ReprKind_Int
ReprKind
=
'i'
ReprKind_Float
ReprKind
=
'f'
ReprKind_String
ReprKind
=
's'
ReprKind_Bytes
ReprKind
=
'x'
ReprKind_Link
ReprKind
=
'/'
)
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