Skip to content

Commit

Permalink
lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Apr 18, 2018
1 parent a63c505 commit 7de5222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/exampleyaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/nicksnyder/go-i18n/i18n"
)

func ExampleMustLoadTranslationFile_yaml() {
func Example_yaml() {
i18n.MustLoadTranslationFile("../goi18n/testdata/en-us.yaml")

T, _ := i18n.Tfunc("en-US")
Expand Down

0 comments on commit 7de5222

Please sign in to comment.