There was an error while loading. Please reload this page.
1 parent be17c9b commit 829e669Copy full SHA for 829e669
example_stringer_test.go
@@ -10,7 +10,7 @@ type User struct {
10
Name nulltype.NullString `json:"name"`
11
}
12
13
-func ExampleFmtStringer() {
+func Example_fmtStringer() {
14
var user User
15
fmt.Printf("%v, %q\n", user.Name.Valid(), user.Name)
16
0 commit comments