Skip to content
New issue

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

qtc binary is not installed by the command suggested by README #94

Open
skaurus opened this issue Nov 15, 2022 · 1 comment
Open

qtc binary is not installed by the command suggested by README #94

skaurus opened this issue Nov 15, 2022 · 1 comment

Comments

@skaurus
Copy link

skaurus commented Nov 15, 2022

go get -u github.com/valyala/quicktemplate/qtc did not get qtc into my path; go install github.com/valyala/quicktemplate/qtc did.

I use MacOS and my Go is version 1.19.2 installed via homebrew.

@merlinscholz
Copy link

The go get command has been deprecated as a way for installing executables: https://go.dev/doc/go-get-install-deprecation

Instead, use go install github.com/valyala/quicktemplate/qtc. On macOS, your binary should end up in ~/go/bin/qtc.

The documentation for this package should be updated, I wonder if it has been abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants