2025-09-03, 06:07 PM
Hey sorry it took me a little while to see your question! To get the commands to work the way you expect you need to make sure your go bin is on your $PATH not just where it downloads the project files. Usually in the
~/go
directory there is a bin
and a pkg
directory, and you want to make sure your $PATH is to the bin
folder. So for me thats /Users/shane/go/bin
because my username is shane. If you run an ls
in the bin
you should see the title-tidy executable. Hope this helps!