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

API REST error after command 'go run main.go' #450

Open
javierCorroto opened this issue Aug 7, 2024 · 1 comment
Open

API REST error after command 'go run main.go' #450

javierCorroto opened this issue Aug 7, 2024 · 1 comment

Comments

@javierCorroto
Copy link

Describe the bug
After following the steps in 'getting started' we get the following error

main.go:6:2: no required module provides package github.com/danielpaulus/go-ios/restapi/api; to add it:
        go get github.com/danielpaulus/go-ios/restapi/api
main.go:7:2: no required module provides package github.com/danielpaulus/go-ios/restapi/docs; to add it:
        go get github.com/danielpaulus/go-ios/restapi/docs

we did go get github.com/danielpaulus/go-ios/restapi/api and go get github.com/danielpaulus/go-ios/restapi/docs but no luck

Desktop (please complete the following information):

  • OS: SONOMA 14.5
  • go version go1.22.6 darwin/amd64
  • go ios {"version":"v1.0.135"}
  • swag version v1.16.3
@aluedeke
Copy link
Collaborator

aluedeke commented Oct 9, 2024

this happens due to a missing entry inside go.work check #490 for details

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