A web scrapper to fetch company emails from their facebook page.
This is the implementation in Go
. Other implementations include Python
# 1. Compiling and run
$ go build
$ ./simple-web-scrapper-go
# 2. Run without compiling
$ go run main.go
$ make test