Browse Source

Improve file naming and update README

master
Lyndsay Roger 9 years ago
parent
commit
77263f169e
  1. 12
      README.md
  2. 0
      dns.go
  3. 0
      seeder.go

12
README.md

@ -18,9 +18,19 @@ Simply use go get to download the code:
$ go get github.com/gombadi/dnsseeder $ go get github.com/gombadi/dnsseeder
Dependencies are handled by the Go vendor directory. Dependencies are handled by the Go vendor directory.
Note: This means the codebase requires Go 1.5 or higher and use of GO15VENDOREXPERIMENT=1 Note: This means the codebase requires Go 1.5 or higher and use of GO15VENDOREXPERIMENT=1
There seem to be some issues with using go get so a process that works for me on Unix based systems is -
```
cd ${HOME}
mkdir -p go/src/github.com/gombadi
cd go/src/github.com/gombadi
git clone the repo into this directory
cd dnsseeder
go install
```
## Usage ## Usage

0
server.go → dns.go

0
dnsseeder.go → seeder.go

Loading…
Cancel
Save