Thanks for starting this project @Fersca
I don't know if this matters much, but you have a "src" directory. Go uses $GOPATH/src as the default source path. So, If were to fork+clone your repo, my directory would like something like:
$GOPATH/src/natyla/src/natyla which is redundant. Check out how packages are built with this doc.
Thanks for starting this project @Fersca
I don't know if this matters much, but you have a "src" directory. Go uses $GOPATH/src as the default source path. So, If were to fork+clone your repo, my directory would like something like:
$GOPATH/src/natyla/src/natylawhich is redundant. Check out how packages are built with this doc.