However, the version 0.1.6 allows to create polygons with only 3 coordinates which is incosistent with the specification.
poly := orb.Polygon{
{
{48.01300048828125, -21.32305807356671},
{48.01300048828125, -21.32305807356671},
{48.01300048828125, -21.32305807356671},
},
}
fmt.Println(poly)