From 8e70fe939dc7b07b11cb3a117460efb1d6cb26d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Tue, 2 Jun 2020 15:39:56 +0200 Subject: [PATCH] :fire: unused constant --- internal/config/config_type.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/config/config_type.go b/internal/config/config_type.go index f965b2c66..e8953c75c 100644 --- a/internal/config/config_type.go +++ b/internal/config/config_type.go @@ -8,7 +8,6 @@ import ( "gopkg.in/yaml.v3" ) -const defaultHostname = "github.com" const defaultGitProtocol = "https" // This interface describes interacting with some persistent configuration for gh.