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
I have installed on Windows the lib and wanted to use this binding, but without any success.
Created a fresh go mod using go 1.20 and copy pasted readme example.
the IDE (vs code with Go extension) says could not import github.com/openvenues/gopostal/expand (no required module provides package "github.com/openvenues/gopostal/expand")
And while trying to run: github.com/openvenues/gopostal/expand: build constraints exclude all Go files in ...\go\pkg\mod\github.com\openvenues\[email protected]\expand
The text was updated successfully, but these errors were encountered:
I have installed on Windows the lib and wanted to use this binding, but without any success.
Created a fresh go mod using go 1.20 and copy pasted readme example.
the IDE (vs code with Go extension) says
could not import github.com/openvenues/gopostal/expand (no required module provides package "github.com/openvenues/gopostal/expand")
And while trying to run:
github.com/openvenues/gopostal/expand: build constraints exclude all Go files in ...\go\pkg\mod\github.com\openvenues\[email protected]\expand
The text was updated successfully, but these errors were encountered: