From bae4a6be644dc40990784f45add24fda679280a8 Mon Sep 17 00:00:00 2001 From: unilock Date: Mon, 15 Apr 2024 15:29:06 -0400 Subject: [PATCH] github: remove outdated comment Signed-off-by: unilock --- github/request.go | 1 - 1 file changed, 1 deletion(-) diff --git a/github/request.go b/github/request.go index 93f8cfa..7604ffe 100644 --- a/github/request.go +++ b/github/request.go @@ -9,7 +9,6 @@ import ( "github.com/spf13/viper" ) -// TODO: allow setting github api key via env variable const ghApiServer = "api.github.com" type ghApiClient struct {