go-dsa This repository contains implementations of common data structures and algorithms in Go. How to # to test a specific unit go test -v ./sorting/merge # warning: the test files are not real unit tests, they are just convenient for running code.