Closed BSick7 closed 3 years ago
Right now, doing go get gopkg.in/nullstone-io/nullstone.v0 creates a binary nullstone.v0.
go get gopkg.in/nullstone-io/nullstone.v0
nullstone.v0
This PR moves main.go into a subdir nullstone so that the binary created is nullstone.
main.go
nullstone
Right now, doing
go get gopkg.in/nullstone-io/nullstone.v0
creates a binarynullstone.v0
.This PR moves
main.go
into a subdirnullstone
so that the binary created isnullstone
.