/paasta-tools-go

Go library for interacting with https://github.com/Yelp/PaaSTA

Primary LanguageGoApache License 2.0Apache-2.0

paasta-tools-go

Go library for interacting with PaaSTA

Troubleshooting

How to clone

The project must be clonned via https as it is required to perform SSO, this means no push via ssh would work.

Private libraries

You may need to export the following env variable

export GOPRIVATE=*github.yelpcorp.com

otherwise doing go mod tidy will have problems finding the monk library.