shad-go/lectures/07-sql/nulls/nulls.go

5 lines
61 B
Go
Raw Normal View History

2020-04-08 19:20:23 +00:00
type NullString struct {
String string
Valid bool
}