forked from mirror/enumer
Fix typos
This commit is contained in:
parent
cbdc8d0944
commit
89dcacfe6f
|
@ -21,7 +21,7 @@ import (
|
||||||
type Golden struct {
|
type Golden struct {
|
||||||
name string
|
name string
|
||||||
input string // input; the package clause is provided when running the test.
|
input string // input; the package clause is provided when running the test.
|
||||||
output string // exected output.
|
output string // expected output.
|
||||||
}
|
}
|
||||||
|
|
||||||
var golden = []Golden{
|
var golden = []Golden{
|
||||||
|
|
Loading…
Reference in New Issue