Go module
Recommended way of using Flexkube in your Go project is via libflexkube library. libflexkube
uses Go modules to manage it’s dependencies, so it is also recommended for your project to use it.
To add libflexkube
module to your project, simply run the following command:
go get github.com/flexkube/libflexkube
It will import latest release of libflexkube
into your project.
With module added, go to Go examples to see how to use it in your code or see reference documentation to see all available packages.