Installation from Source¶
Use the following steps to build the binary from the source code.
groupby doesn't have any other dependencies besides Go itself, so building it is
as simple as cloning it and running go build.
You must have Go installed
$ git clone https://github.com/zikani03/groupby
$ cd groupby
$ go build
This will create a groupby binary in the directory (groupby.exe on Windows)