From 89dcacfe6faa8b3913967efdd71bc83d69877c04 Mon Sep 17 00:00:00 2001 From: Quang Le Date: Thu, 18 Jul 2019 09:53:12 +0700 Subject: [PATCH] Fix typos --- golden_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{