Closed andreluna closed 2 years ago
Hi man, You not insert go.mod file in project.
To solved I did:
`git clone git@github.com:optiv/Mangle.git cd Mangle
go mod init github.com/optiv/Mangle go get github.com/Binject/debug/pe go build Mangle.go`
you shouldn't need a mod file.
Okay! Thks.
Hi man, You not insert go.mod file in project.