Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-01-12 10:03:46 +00:00
parent 9fb8b7249a
commit fc9078369c
21 changed files with 1101 additions and 1101 deletions

View File

@@ -7,7 +7,7 @@ import (
"go.m3o.com/carbon"
)
// Purchase 1K (0.001 tonne) of carbon offsets in a single request
// Purchase 1KG (0.001 tonne) of carbon offsets in a single request
func main() {
carbonService := carbon.NewCarbonService(os.Getenv("M3O_API_TOKEN"))
rsp, err := carbonService.Offset(&carbon.OffsetRequest{})