diff options
| author | Jeff Carr <[email protected]> | 2024-03-07 22:07:40 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-07 22:07:40 -0600 |
| commit | 89eb940a9e7b400f486366de92621508be662046 (patch) | |
| tree | 2a3b03414f8f52a76756d34fce2bcd50aa9a6aa4 /main.go | |
| parent | b5825e93dd9a8d6923c9a0058c8ed3bd4f52ceb8 (diff) | |
ldflags not working
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,6 +25,7 @@ func main() { // fmt.Println("hello world") tmp := myargs.Description() fmt.Println(tmp) + fmt.Println(myargs.Version()) os.Exit(0) } @@ -41,7 +42,7 @@ func main() { b := gui.RawBox() rv = repolist.AutotypistView(b) - // clone(myargs.Repo) + os.Setenv("REPO_AUTO_CLONE", "true") rv.NewRepo(myargs.Repo) // rv.NewRepo("go.wit.com/apps/helloworld") |
