Skip to content

Commit 829e669

Browse files
committed
Fix example test
1 parent be17c9b commit 829e669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_stringer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type User struct {
1010
Name nulltype.NullString `json:"name"`
1111
}
1212

13-
func ExampleFmtStringer() {
13+
func Example_fmtStringer() {
1414
var user User
1515
fmt.Printf("%v, %q\n", user.Name.Valid(), user.Name)
1616

0 commit comments

Comments
 (0)