Thanks for the great videos. At ~7:50, you make a change to the Long description in the root command, run go install, and the code updates accordingly when you execute "todo". I did the same thing and found that my change to the short and long description would not update, even if I deleted my app binary from /bin and reran go install. It wasn't until I ran a go mod init in my app directory that things started to work as expected (i.e. code changes in the root command appeared after a go install...). Any idea why you were getting this to work without a go.mod file but I wasn't? Very perplexed.
Thanks for the great videos. At ~7:50, you make a change to the Long description in the root command, run go install, and the code updates accordingly when you execute "todo". I did the same thing and found that my change to the short and long description would not update, even if I deleted my app binary from /bin and reran go install. It wasn't until I ran a go mod init in my app directory that things started to work as expected (i.e. code changes in the root command appeared after a go install...). Any idea why you were getting this to work without a go.mod file but I wasn't? Very perplexed.