Life's Path Is a Maze, Not a Straight Line.
First because the gomaze draws the maze by sdl2,you should install go-sdl2 by following the installing instructions from the go-sdl2 page.
Gomaze take the treeset of gods as the data struction of point set,so then
go get github.com/emirpasic/gods
To make 100 9x9 mazes:
go run maze_nxn.go
Or,to make one nxn maze:
go run maze_single.go