rizinorg / rz-pipe

Access rizin via pipe from any programming language!
33 stars 11 forks source link

Failure to build `rz-pipe.go` #42

Closed XVilka closed 1 year ago

XVilka commented 1 year ago
Run go get github.com/rizinorg/rz-pipe/go
go: go.mod file not found in current directory or any parent directory.
    'go get' is no longer supported outside a module.
    To build and install a command, use 'go install' with a version,
    like 'go install example.com/cmd@latest'
    For more information, see https://golang.org/doc/go-get-install-deprecation
    or run 'go help get' or 'go help install'.
wargio commented 1 year ago

it's quite normal, it can be bypassed by adding export GO111MODULE=off