First Library Following the tutorial... mkdir $GOPATH/src/github.com/s2t2/stringutil_go cd $GOPATH/src/github.com/s2t2/stringutil_go touch reverse.go # then paste in the code Compile the library: go build First Tests Following the tutorial... Test the library: go test