-
Notifications
You must be signed in to change notification settings - Fork 331
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
add go example #1439
add go example #1439
Conversation
9d550cf
to
dcfc03e
Compare
Can you run pre-commit run -a |
is this error expected?
without the
same for (devenv) bash-5.2$ devenv test
• Overriding .devenv to .devenv.NYFQiooY7g6D
• Building tests ...
• Using Cachix: devenv
warning: creating lock file '/Users/seba/projetos/github.com/sebastianwebber/devenv/examples/go/devenv.lock'
✔ Building tests in 7.9s.
warning: creating lock file '/Users/seba/projetos/github.com/sebastianwebber/devenv/examples/go/devenv.lock'
• Running tests ...
• Building shell ...
warning: creating lock file '/Users/seba/projetos/github.com/sebastianwebber/devenv/examples/go/devenv.lock'
✔ Building shell in 3.4s.
✨ devenv 1.1.0 is newer than devenv input in devenv.lock. Run `devenv update` to sync.
• Setting up shell environment ...
✨ devenv 1.1.0 is newer than devenv input in devenv.lock. Run `devenv update` to sync.
• Testing ...
golangci-lint........................................(no files to check)Skipped
gotest...............................................(no files to check)Skipped
govet................................................(no files to check)Skipped
✔ Running tests in 6.1s.
• Tests passed :) |
Signed-off-by: Sebastian Webber <[email protected]>
dcfc03e
to
9513cce
Compare
You need to run |
there you go:
|
@sebastianwebber did you run that in examples/go env? |
hey @domenkozar , yes, i did: ❯ pwd
/Users/seba/projetos/github.com/sebastianwebber/devenv/examples/go
❯ devenv shell
• Building shell ...
• Using Cachix: devenv
warning: creating lock file '/Users/seba/projetos/github.com/sebastianwebber/devenv/examples/go/devenv.lock'
✔ Building shell in 68.9s.
• Entering shell
(devenv) bash-5.2$ pre-commit run -a
golangci-lint........................................(no files to check)Skipped
gotest...............................................(no files to check)Skipped
govet................................................(no files to check)Skipped Should I run the command in another folder? please let me know how to proceed. |
I got confused for a second as well, formatting had to be run at the top-level of the repo. I've manually merged this, thank you! |
This PR adds an example to build go applications.
It adds:
feel free to update anything needed or let me know what needs to be changed.