Skip to content

Commit 1b844d2

Browse files
committed
not needed in public interface
1 parent 5119626 commit 1b844d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/config/config_type.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const defaultGitProtocol = "https"
1212

1313
// This interface describes interacting with some persistent configuration for gh.
1414
type Config interface {
15-
Root() *yaml.Node
1615
Hosts() ([]*HostConfig, error)
1716
Get(string, string) (string, error)
1817
Set(string, string, string) error

0 commit comments

Comments
 (0)