yms8697

Results 1 issues of yms8697

I am getting the following error when trying to execute go run main.go: ``` exit status 3221225781 ``` main.go: ``` package main import ( "fmt" "github.com/paulsmith/gogeos/geos" ) func main() {...