Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 582 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 582 Bytes

yq-colly

spider project base on colly

go build

go build github.com/wlcn/yq-colly/common

Or, if you are working in the package's source directory, just:

go build

go install

go install github.com/wlcn/yq-colly/common

go test

Then run the test with go test:

go test github.com/wlcn/yq-colly/common
ok  	github.com/wlcn/yq-colly/common 0.165s

As always, if you are running the go tool from the package directory, you can omit the package path:

go test
ok  	github.com/wlcn/yq-colly/common 0.165s