All credit goes to the original Goad project.
This fork contains pretty much just the changes necessary to allow it to easily build and run with newer versions of Go, Lambda runtimes, dependencies, etc.
The instructions below were written with Go 1.19.
- Fetch the project with
go get
:
go get github.com/ujwalparker/goad
- Tidy dependencies dep
go mod tidy
:
go mod tidy
- To sync the vendor directory
go mod vendor
:
go mod vendor
- Build for all supported platforms:
make
- You’ll find the
goad
binary in thebuild
directory.
MIT License.
Copyright 2016 Joao Cardoso, Matias Korhonen, Rasmus Sten, and Stephen Sykes.
Copyright 2016 Guido Serra OLX, a Naspers company.
Copyright 2017 Walter Marta, Clemens Wältken Edrans/OLX.
See the LICENSE file for more details.