Install the go-astits library and CLI tools
masterTo use the library in your Go projects, install it using go get. To install the provided command-line executables (astits-probe and astits-es-split), install the cmd package.
Note: The library is not yet production ready. Use at your own risk.
# Install the library
go get -u github.com/asticode/go-astits/...
# Install the CLI executables
go install github.com/asticode/go-astits/cmd