diff options
Diffstat (limited to 'ciigo_test.go')
| -rw-r--r-- | ciigo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ciigo_test.go b/ciigo_test.go index 1484ce2..3b3f5de 100644 --- a/ciigo_test.go +++ b/ciigo_test.go @@ -123,7 +123,7 @@ func TestGoEmbed(t *testing.T) { fpath = filepath.Join(outDir, fname) tcase.opts.EmbedOptions.GoFileName = filepath.Join(outDir, fname) - err = GoEmbed(&tcase.opts) + err = GoEmbed(tcase.opts) if err != nil { t.Fatal(err) } |
