shad-go/lectures/07-sql/nulls/nulls.go
2020-04-09 14:15:54 +03:00

6 lines
70 B
Go

package nulls
type NullString struct {
String string
Valid bool
}