Fix typos

This commit is contained in:
Quang Le 2019-07-18 09:53:12 +07:00
parent cbdc8d0944
commit 89dcacfe6f
1 changed files with 1 additions and 1 deletions

View File

@ -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{