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

no tutorial for packages #4

Open
ghost opened this issue Feb 23, 2022 · 3 comments
Open

no tutorial for packages #4

ghost opened this issue Feb 23, 2022 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 23, 2022

/usr/lib/go-1.17/src/function/function.go:7:2: no required module provides package golang.org/x/w32; to add it:
go get golang.org/x/w32

not working in kali linux, because u have included dead package and i can't add it

@ghost
Copy link
Author

ghost commented Feb 23, 2022

i have tried to put the alternative lib on the folder of golang and not worked, u need update this

@ghost
Copy link
Author

ghost commented Feb 23, 2022

go get: module github.com/gonutz/ide@upgrade found (v0.0.0-20200517034207-df64a3832118), but does not contain package github.com/gonutz/ide/tree/master/w32

@ghost
Copy link
Author

ghost commented Feb 23, 2022

i have fixed it on windows, i created a mod file for it and imported the w32 package without tree master link option

"golang.org/x/sys/windows/registry"
"github.com/gonutz/w32"

and done, i copied function folder to golang dir and worked, waiting changes for continue

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

0 participants