namecoin / ncdns

:globe_with_meridians: Namecoin to DNS bridge daemon
https://www.namecoin.org/
GNU General Public License v3.0
137 stars 41 forks source link

readme: specify module path in go mod init command #142

Closed radfish closed 3 years ago

radfish commented 3 years ago

Fixes error:

go: cannot determine module path for source directory
/home/redfish/foo/ncdns (outside GOPATH, module path must be
specified)

Fixes #141

JeremyRand commented 3 years ago

Rebased; looks good to me.

JeremyRand commented 3 years ago

Thanks!