5 lines
61 B
Go
5 lines
61 B
Go
|
type NullString struct {
|
||
|
String string
|
||
|
Valid bool
|
||
|
}
|