What is the URL of the page with the issue?

https://github.com/EvilBytecode/GolangStyle/issues/1

What is your user agent?

Mozilla

Screenshot

Golang

What did you do?

Payload Crypter is giving issue.......How can I resolve ???

github.com/EvilBytecode/GolangStyle/pkg

../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:14:33: undefined: syscall.NewLazyDLL ../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:82:20: undefined: syscall.Handle ../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:167:22: undefined: syscall.NewLazyDLL

What did you see happen?

go run main.go ../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:14:33: undefined: syscall.NewLazyDLL ../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:82:20: undefined: syscall.Handle ../go/pkg/mod/github.com/!evil!bytecode/!golang!style@v1.0.2/pkg/gostyle.go:167:22: undefined: syscall.NewLazyDLL

What did you expect to see?

Run a Tool

Comment From: ianlancetaylor

The package only works on Windows.

In general, we don't use the issue tracker for questions. Please see https://go.dev/wiki/Questions for better places to ask. Thanks.