Skip to content

fastly/go-fastly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c6c1bff · Apr 2, 2025
Mar 6, 2025
Apr 2, 2025
Apr 2, 2025
Jan 23, 2025
Sep 7, 2021
Jun 24, 2020
Apr 2, 2025
Jun 4, 2020
Feb 25, 2025
Oct 30, 2023
Apr 2, 2025
Dec 22, 2015
Feb 26, 2025
Apr 2, 2025
Feb 11, 2025
Dec 10, 2024
Apr 2, 2025
Mar 25, 2025

Repository files navigation

Go Fastly

Go Documentation

A Go client module for interacting with most facets of the Fastly API.

NOTE: This API client may not function correctly when used on the Fastly Compute platform. Support for Compute is on the roadmap but has not yet been prioritised (details).

Versioning and Release Schedules

The maintainers of this module strive to maintain semantic versioning (SemVer). This means that breaking changes (removal of functionality, or incompatible changes to existing functionality) will be released in a version with the first version component (major) incremented. Feature additions will increment the second version component (minor), and bug fixes which do not affect compatibility will increment the third version component (patch).

On the first Wednesday of each month, a release will be published including all breaking, feature, and bug-fix changes that are ready for release. If that Wednesday should happen to be a US holiday, the release will be delayed until the next available working day.

If critical or urgent bug fixes are ready for release in between those primary releases, patch releases will be made as needed to make those fixes available.

Usage

import "github.com/fastly/go-fastly/v10/fastly"

Reference