Browser parser implementation in Golang. Following this tutorial https://www.udacity.com/course/programming-languages--cs262
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have Golang setup https://golang.org/doc/install#install
This project is using Uber's FX for dependency injection https://godoc.org/go.uber.org/fx#ex-package
A step by step series of examples that tell you how to get a development env running
Say what the step will be
git clone https://github.com/codalife/go-browser.git
go build
Coming up soon
- FX - Dependency Injection
You don't want to contribute to a hobby project.
We use SemVer for versioning.
- An - Initial work - codalife