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

command.go:30:23: undefined: newCore #15

Closed
BronOS opened this issue Apr 18, 2021 · 3 comments · Fixed by #16
Closed

command.go:30:23: undefined: newCore #15

BronOS opened this issue Apr 18, 2021 · 3 comments · Fixed by #16
Assignees
Labels
bug Something isn't working

Comments

@BronOS
Copy link

BronOS commented Apr 18, 2021

Run:
go get github.com/insidieux/inizio/cmd/inizio

Output:
`

github.com/insidieux/inizio/cmd/inizio/internal

../../../pkg/mod/github.com/insidieux/inizio@v1.1.1/cmd/inizio/internal/command.go:30:23: undefined: newCore
`

Go Version:
go version

go version go1.16.3 darwin/amd64

@BronOS BronOS added the bug Something isn't working label Apr 18, 2021
@insidieux
Copy link
Owner

Thanks for report. I'll check this bug a little bit later today

@insidieux
Copy link
Owner

If you are in a hurry, use the precompiled binaries from latest release here

insidieux added a commit that referenced this issue Apr 19, 2021
- Commit wire_gen.go to repository
- Remove wire stages from github actions and docker automated build
- Update references in Makefile
insidieux added a commit that referenced this issue Apr 19, 2021
Fix issue #15: cannot get inizio cmd via go get
@insidieux
Copy link
Owner

Fixed and released new version
You can get it via

go get github.com/insidieux/inizio/cmd/inizio@v1.1.2
go: downloading github.com/insidieux/inizio v1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants