diff --git a/golden_test.go b/golden_test.go index 46740c7..c921071 100644 --- a/golden_test.go +++ b/golden_test.go @@ -21,7 +21,7 @@ import ( type Golden struct { name string input string // input; the package clause is provided when running the test. - output string // exected output. + output string // expected output. } var golden = []Golden{