├── LICENSE ├── README.rst ├── align_test.go ├── cmd └── nwalgo │ ├── main.go │ └── nwalgo └── nw.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/README.rst -------------------------------------------------------------------------------- /align_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/align_test.go -------------------------------------------------------------------------------- /cmd/nwalgo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/cmd/nwalgo/main.go -------------------------------------------------------------------------------- /cmd/nwalgo/nwalgo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/cmd/nwalgo/nwalgo -------------------------------------------------------------------------------- /nw.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aebruno/nwalgo/HEAD/nw.go --------------------------------------------------------------------------------