# README
Morty Go Client
This is the official Morty client auto-generated based on the OpenAPI specification
Any changes to this folder will be overwritten on the next generation.
Installation
Run the following command in your Go project to install the SDK :
# Install the latest version
go get github.com/morty-faas/controller@latest
# Pin a specific version
go get github.com/morty-faas/[email protected]
In your code, you can import the pkg/client
package :
import (
morty "github.com/morty-faas/controller/pkg/client"
)
Generation
This code base, including this README, is auto-generated using OpenAPI Generator. If you find bugs in the SDK please check if there is an open issue at OpenAPITools/openapi-generator or morty-faas/controller already before opening an issue here.