From 1b844d2cc0011bfae76bcc24c9e92e760901f9d5 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 2 Jun 2020 13:50:19 -0500 Subject: [PATCH] not needed in public interface --- 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 39765bd8a..8d2c77b9b 100644 --- a/internal/config/config_type.go +++ b/internal/config/config_type.go @@ -12,7 +12,6 @@ const defaultGitProtocol = "https" // This interface describes interacting with some persistent configuration for gh. type Config interface { - Root() *yaml.Node Hosts() ([]*HostConfig, error) Get(string, string) (string, error) Set(string, string, string) error