rajagopal28 / go-crawley

An attempt to learn go-lang concepts with a focus on concurrency concepts like coroutines and channels with little recursion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-crawley

An attempt to learn go-lang concepts with a focus on concurrency concepts like coroutines and channels with little recursion

Approach

Decoupling network call and crawling document with decision involving current depth and allowing external crawling.

References

About

An attempt to learn go-lang concepts with a focus on concurrency concepts like coroutines and channels with little recursion

License:MIT License


Languages

Language:Go 100.0%