Contributions to Pathvector are always appreciated! Please open an Issue for bug reports or a Pull Request for code contributions.
Pathvector follows Go's conventional code style. Please run go fmt
before opening a PR.
Pathvector relies on Go's testing package. All new code contributions should have associated unit and integration tests where applicable.