diff options
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) { // realpath := repo.FullPath // isGoLang := true - rs.tags = make(map[string]string) + // rs.tags = make(map[string]string) rs.window = gadgets.RawBasicWindow("GO Repo Details " + path) rs.window.Horizontal() rs.window.Make() @@ -86,7 +86,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) { // add all the tags rs.makeTagBox(box2) - rs.readGitConfig() + // rs.readGitConfig() if rs.pb.GetReadOnly() { rs.readOnly.SetValue("true") |
