Skip to content

go-gandi/go-gandi

Repository files navigation

Gandi Go library

GoDoc License Go

This library interacts with Gandi's API, to manage Gandi services. This API returns some data as HTTP headers, please note those are ignored by this library.

A simple CLI is also shipped with this library. It returns responses to the requests in JSON. Build it with go build -o gandi ./cmd.

Linting

We use pre-commit to managing and maintaining hooks, you can follow the official website instructions to install it.

Install

python3 -m pip install pre-commit

Then in the repo root dir

pre-commit install