2
0

Add pgtype.Lseg

This commit is contained in:
Jack Christensen
2017-04-04 08:16:02 -05:00
parent 5394aa9a2b
commit 365005d207
6 changed files with 205 additions and 16 deletions
+1
View File
@@ -243,6 +243,7 @@ func init() {
"json": &Json{},
"jsonb": &Jsonb{},
"line": &Line{},
"lseg": &Lseg{},
"name": &Name{},
"numeric": &Numeric{},
"numrange": &Numrange{},