mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
114f73f822
commit
d8bc797ed5
2 changed files with 3 additions and 5 deletions
|
|
@ -104,8 +104,8 @@ func assertResult(t *testing.T, results, expected interface{}) {
|
|||
}
|
||||
|
||||
type decodeTest struct {
|
||||
s string;
|
||||
r interface{};
|
||||
s string;
|
||||
r interface{};
|
||||
}
|
||||
|
||||
var tests = []decodeTest{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue