File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"strings"
25
25
)
26
26
27
- // ConvertType converts an interface of a runtime type into a interface of the
27
+ // ConvertType converts an interface of a runtime type into an interface of the
28
28
// given type, e.g. turn this code:
29
29
//
30
30
// var fields []reflect.StructField
@@ -33,7 +33,7 @@ import (
33
33
// Name: "X",
34
34
// Type: reflect.TypeOf(new(big.Int)),
35
35
// Tag: reflect.StructTag("json:\"" + "x" + "\""),
36
- // }
36
+ // })
37
37
//
38
38
// into:
39
39
//
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"github.com/davecgh/go-spew/spew"
26
26
)
27
27
28
- // typeWithoutStringer is a alias for the Type type which simply doesn't implement
28
+ // typeWithoutStringer is an alias for the Type type which simply doesn't implement
29
29
// the stringer interface to allow printing type details in the tests below.
30
30
type typeWithoutStringer Type
31
31
You can’t perform that action at this time.
0 commit comments