We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greetings. I'm looking forward to using the tool, but I'm getting a bit stuck.
I've not used Go before, and I'm on a windows installation.
I was able to install Go via winget install GoLang.Go but ran into the following:
winget install GoLang.Go
[08:02] Shell master ≡ 29ms ~\Source\tools-draft\cmd ❯ go generate ../... go: github.com/emicklei/[email protected]: missing go.sum entry for go.mod file; to add it: go mod download github.com/emicklei/dot [08:03] Shell master ≡ xERROR 57ms ~\Source\tools-draft\cmd ❯ go mod download github.com/emicklei/dot [08:03] Shell master ≡ 1s 13ms ~\Source\tools-draft\cmd ❯ go generate ../... ..\icon.go:3: running "statik": exec: "statik": executable file not found in %PATH%
Where might I find information regarding statik?
statik
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings. I'm looking forward to using the tool, but I'm getting a bit stuck.
I've not used Go before, and I'm on a windows installation.
I was able to install Go via
winget install GoLang.Go
but ran into the following:Where might I find information regarding
statik
?The text was updated successfully, but these errors were encountered: