The building blocks for constructing and testing your own pathfinding algorithm in Golang and visually representing it in ASCII. Note that I've only ever utilized this library for implementing A*.
For example usage, see the corresponding Golang A* library.
I just do this when learning new programming languages.