diff options
| author | Jeff Carr <[email protected]> | 2024-02-16 01:18:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-16 01:18:58 -0600 |
| commit | e323b15eb7849649b5c9bd8b4a086ee665b86dbd (patch) | |
| tree | 49e0094c06d4aad1c1201422d11311bb435aadb1 /structs.go | |
| parent | 3887ab99d8941fc4dd42e562bea83970e182c2df (diff) | |
moving code into repostatus
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 |
