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
go get -t github.com/0xrawsec/golang-win32 fails with "package win32: unrecognized import path "win32": import path does not begin with hostname"
The import in win32/dbghelp/test/dbghelp_test.go should use the full import path as defined in go.mod, i.e. import "github.com/0xrawsec/golang-win32/win32" as opposed to just import "win32"
The text was updated successfully, but these errors were encountered:
go get -t github.com/0xrawsec/golang-win32
fails with "package win32: unrecognized import path "win32": import path does not begin with hostname"The import in win32/dbghelp/test/dbghelp_test.go should use the full import path as defined in go.mod, i.e.
import "github.com/0xrawsec/golang-win32/win32"
as opposed to justimport "win32"
The text was updated successfully, but these errors were encountered: