Having a bit of trouble with initiating my site as a module. If I run hugo mod init github.com/{username}/{repo} it comes up an error saying Error: failed to init modules: binary with name “go” not found. I’ve installed Go on my machine according to the Hugo docs. Just wondering if there’s another step that I’m missing?
Here’s a link to the repo Repo
This is my first time using modules, sorry about the elementary question