aryan9600 / fly-go

Go client for the Fly.io API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fly-go

Go client for the Fly.io API. This library is primarily used by flyctl but it can be used by any project that wants to automate its Fly.io deployment.

Development

If you are making changes in another project and need to test fly-go changes locally, you can enable a Go workspace. For example, if you have a directory structure like this:

superfly/
├── fly-go
└── flyctl

Then you can initialize a Go workspace in the superfly parent directory and add your project directories so that flyctl can use your local fly-go:

go work init
go work use ./flyctl
go work use ./fly-go

About

Go client for the Fly.io API

License:Apache License 2.0


Languages

Language:Go 99.8%Language:Makefile 0.2%