diff options
Diffstat (limited to 'new.go')
| -rw-r--r-- | new.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,9 +16,6 @@ func init() { // deprecate this func ListAllOld() { - for path, rs := range windowMap { - log.Warn(rs.GetMasterVersion(), path) - } } // returns the object for the path @@ -103,7 +100,7 @@ func NewRepoStatusWindow(repo *gitpb.Repo) (*RepoStatus, error) { rs.userWorkingName.SetText(rs.pb.GetUserBranchName()) rs.userBranchVersion.SetLabel(rs.pb.GetUserBranchName()) - if rs.pb.GetGoPath ()== "" { + if rs.pb.GetGoPath() == "" { // not golang repo } else { rs.isGoLang.SetText("true") |
