package
0.0.0-20190213172903-4d2d9be63fb1
Repository: https://github.com/ingenieroariel/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.