Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 318 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 318 Bytes

Get Started

Simple web crawler build on Antch.

Installation

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