diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,8 +85,8 @@ type autoType struct { } type repo struct { - hidden bool - path string + hidden bool + // path string lasttagrev string lasttag string giturl string |
