Simple web crawler build on Antch.
First of all, get source code via go get
.
$ go get github.com/antchfx/antch-getstarted
The second, install all dependencies via dep tool.
$ dep ensure
In the end, running app.
$ go run main.go