- Clone the repository
- To start program:
go run main.go
- To run tests:
go test ./sql -v
- To build project:
go build
- Download a suitable executable from releases.
- Run the executable. (Sample inputs in
./sql/*test.go
files)
Tutorial followed to build sql package: https://blog.gopheracademy.com/advent-2014/parsers-lexers