package
0.1.0
Repository: https://github.com/go-spatial/geom.git
Documentation: pkg.go.dev

# README

Fuzz

This command generate 100,000 random geometries trying to find one that panics the wkt.Encode() function. If there is a panic, it will print out the geometry and the message.

To run the command:

go run main.go

# Packages

Package fuzz provides primitives to generate random geom geometry types.