From ef77ca40798669afb3d1a5360877fac80074f240 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Wed, 26 Jun 2019 15:01:12 -0400 Subject: [PATCH] Explain the PingEndpoint const --- tfe.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tfe.go b/tfe.go index 34065023b..761cdaf77 100644 --- a/tfe.go +++ b/tfe.go @@ -32,7 +32,8 @@ const ( DefaultAddress = "https://app.terraform.io" // DefaultBasePath on which the API is served. DefaultBasePath = "/api/v2/" - PingEndpoint = "ping" + // No-op API endpoint used to configure the rate limiter + PingEndpoint = "ping" ) var (