2
0

Add pgtype.Macaddr

This commit is contained in:
Jack Christensen
2017-04-04 21:07:27 -05:00
parent d99d09b0d1
commit 3631b076fe
4 changed files with 241 additions and 0 deletions
+1
View File
@@ -245,6 +245,7 @@ func init() {
"jsonb": &Jsonb{},
"line": &Line{},
"lseg": &Lseg{},
"macaddr": &Macaddr{},
"name": &Name{},
"numeric": &Numeric{},
"numrange": &Numrange{},