shad-go/lectures/07-sql/nulls/nulls.go
2020-04-08 22:20:23 +03:00

4 lines
61 B
Go

type NullString struct {
String string
Valid bool
}