diff options
| author | Jeff Carr <[email protected]> | 2025-02-02 13:05:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-02 15:04:07 -0600 |
| commit | d4b7cd32d47ab0307c650f711f784575ad0d8e2d (patch) | |
| tree | 18f8d174d27623dc55f80984786c8e4c7de0450a /range.go | |
| parent | ad6bb0f1c1eab46d76d369bfb3453cecff254a96 (diff) | |
goimport lintv1.1.28
Diffstat (limited to 'range.go')
| -rw-r--r-- | range.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ package widget // seem to be a good idea to use 'type any' here as it // just makes things more complicated for no good reason type RangeType struct { - Low int + Low int High int } |
