2
0

Add pgtype.Macaddr

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