Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6ea8eba8
Commit
6ea8eba8
authored
Feb 03, 2017
by
Diego Siqueira
Committed by
Felix Lange
Feb 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accounts/abi, internal/jsre/deps: gofmt -w -s (#3636)
Signed-off-by:
DiSiqueira
<
dieg0@live.com
>
parent
d52b0c32
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
type_test.go
accounts/abi/type_test.go
+2
-2
bindata.go
internal/jsre/deps/bindata.go
+2
-2
No files found.
accounts/abi/type_test.go
View file @
6ea8eba8
...
...
@@ -55,8 +55,8 @@ func TestTypeRegexp(t *testing.T) {
{
"string[]"
,
Type
{
IsSlice
:
true
,
SliceSize
:
-
1
,
Kind
:
reflect
.
String
,
T
:
StringTy
,
Size
:
-
1
,
Elem
:
&
Type
{
Kind
:
reflect
.
String
,
T
:
StringTy
,
Size
:
-
1
,
stringKind
:
"string"
},
stringKind
:
"string[]"
}},
{
"string[2]"
,
Type
{
IsArray
:
true
,
SliceSize
:
2
,
Kind
:
reflect
.
String
,
T
:
StringTy
,
Size
:
-
1
,
Elem
:
&
Type
{
Kind
:
reflect
.
String
,
T
:
StringTy
,
Size
:
-
1
,
stringKind
:
"string"
},
stringKind
:
"string[2]"
}},
{
"address"
,
Type
{
Kind
:
reflect
.
Array
,
Type
:
address_t
,
Size
:
20
,
T
:
AddressTy
,
stringKind
:
"address"
}},
{
"address[]"
,
Type
{
IsSlice
:
true
,
SliceSize
:
-
1
,
Kind
:
reflect
.
Array
,
Type
:
address_t
,
T
:
AddressTy
,
Size
:
20
,
Elem
:
&
Type
{
Kind
:
reflect
.
Array
,
Type
:
address_t
,
Size
:
20
,
T
:
AddressTy
,
stringKind
:
"address"
},
stringKind
:
"address[]"
}},
{
"address[2]"
,
Type
{
IsArray
:
true
,
SliceSize
:
2
,
Kind
:
reflect
.
Array
,
Type
:
address_t
,
T
:
AddressTy
,
Size
:
20
,
Elem
:
&
Type
{
Kind
:
reflect
.
Array
,
Type
:
address_t
,
Size
:
20
,
T
:
AddressTy
,
stringKind
:
"address"
},
stringKind
:
"address[2]"
}},
{
"address[]"
,
Type
{
IsSlice
:
true
,
SliceSize
:
-
1
,
Kind
:
reflect
.
Array
,
Type
:
address_t
,
T
:
AddressTy
,
Size
:
20
,
Elem
:
&
Type
{
Kind
:
reflect
.
Array
,
Type
:
address_t
,
Size
:
20
,
T
:
AddressTy
,
stringKind
:
"address"
},
stringKind
:
"address[]"
}},
{
"address[2]"
,
Type
{
IsArray
:
true
,
SliceSize
:
2
,
Kind
:
reflect
.
Array
,
Type
:
address_t
,
T
:
AddressTy
,
Size
:
20
,
Elem
:
&
Type
{
Kind
:
reflect
.
Array
,
Type
:
address_t
,
Size
:
20
,
T
:
AddressTy
,
stringKind
:
"address"
},
stringKind
:
"address[2]"
}},
// TODO when fixed types are implemented properly
// {"fixed", Type{}},
...
...
internal/jsre/deps/bindata.go
View file @
6ea8eba8
...
...
@@ -206,8 +206,8 @@ type bintree struct {
}
var
_bintree
=
&
bintree
{
nil
,
map
[
string
]
*
bintree
{
"bignumber.js"
:
&
bintree
{
bignumberJs
,
map
[
string
]
*
bintree
{}},
"web3.js"
:
&
bintree
{
web3Js
,
map
[
string
]
*
bintree
{}},
"bignumber.js"
:
{
bignumberJs
,
map
[
string
]
*
bintree
{}},
"web3.js"
:
{
web3Js
,
map
[
string
]
*
bintree
{}},
}}
// RestoreAsset restores an asset under the given directory
...
...
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