diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,5 +50,5 @@ type Repo struct { statusButton *gui.Node // opens up the status window diffButton *gui.Node // opens up the status window - status *repostatus.RepoStatus + Status *repostatus.RepoStatus } |
