Add pgtype.Circle
Also rename Point.Vec2 to Point.P to conform to rest of geometric types.
This commit is contained in:
@@ -228,6 +228,7 @@ func init() {
|
||||
"char": &QChar{},
|
||||
"cid": &Cid{},
|
||||
"cidr": &Cidr{},
|
||||
"circle": &Circle{},
|
||||
"date": &Date{},
|
||||
"daterange": &Daterange{},
|
||||
"decimal": &Decimal{},
|
||||
|
||||
Reference in New Issue
Block a user