You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
After following the steps in 'getting started' we get the following error
we did
go get github.com/danielpaulus/go-ios/restapi/api
andgo get github.com/danielpaulus/go-ios/restapi/docs
but no luckDesktop (please complete the following information):
The text was updated successfully, but these errors were encountered: