summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-07 22:07:40 -0600
committerJeff Carr <[email protected]>2024-03-07 22:07:40 -0600
commit89eb940a9e7b400f486366de92621508be662046 (patch)
tree2a3b03414f8f52a76756d34fce2bcd50aa9a6aa4 /argv.go
parentb5825e93dd9a8d6923c9a0058c8ed3bd4f52ceb8 (diff)
ldflags not working
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index be670dd..97940cb 100644
--- a/argv.go
+++ b/argv.go
@@ -11,7 +11,7 @@ type args struct {
Work bool `arg:"--work" help:"make a work directory"`
}
-func (args) Description() string {
+func (a args) Description() string {
return `
Example usage: "go-clone go.wit.com/apps/go-clone"