Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 394 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 394 Bytes

humanitec-go-autogen


🚧 This client is experimental and currently not recommended for production usage. 🚧


Autogenerated humanitec golang client

Usage

package cmd

import (
	"github.com/humanitec/humanitec-go-autogen"
)

func doSomething() {
	client, err := humanitec.NewClient(&humanitec.Config{
		Token: os.Getenv("HUM_TOKEN"),
	})
}