diff options
| author | Jeff Carr <[email protected]> | 2024-12-12 18:59:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-12 18:59:16 -0600 |
| commit | c3e3dfd20952acfdf58d018cf16b3c2cd8bc2ae3 (patch) | |
| tree | 96401352bb5589caa846598036de57408d6e4a92 /argv.go | |
| parent | c0f80bc42e941fe61e99d042d0e488ac4921d87c (diff) | |
rename as go-mod-clean
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,12 +12,12 @@ type args struct { } func (args) Version() string { - return "go-clean " + VERSION + " Built on " + BUILDTIME + return "go-mod-clean " + VERSION + " Built on " + BUILDTIME } func (a args) Description() string { return ` -go-clean will try to verify your go.* files are using the newest package versions +go-mod-clean will try to verify your go.* files are using the newest package versions * Recreate go.* with 'go mod init' and 'go mod tidy' * Check that the most recent master branch versions are used |
