liamg/dismember

How to run the project

thiago-figueredo opened this issue · 0 comments

This is my system info Linux levrone 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

I've run go run main.go and got this output:

go: downloading github.com/owenrumney/squealer v1.1.0
go: downloading github.com/spf13/cobra v1.5.0
go: extracting github.com/spf13/cobra v1.5.0
go: downloading github.com/spf13/pflag v1.0.5
go: extracting github.com/spf13/pflag v1.0.5
go: extracting github.com/owenrumney/squealer v1.1.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: extracting gopkg.in/yaml.v2 v2.4.0
go: finding github.com/owenrumney/squealer v1.1.0
go: finding gopkg.in/yaml.v2 v2.4.0
go: finding github.com/spf13/cobra v1.5.0
go: finding github.com/spf13/pflag v1.0.5
/usr/local/go/src/reflect/abi.go:9:2: import "internal/goarch" is a program, not an importable package
/usr/local/go/src/runtime/internal/sys/consts.go:9:2: import "internal/goos" is a program, not an importable package
/usr/local/go/src/internal/reflectlite/value.go:10:2: found packages runtime (abi_test.go) and main (mkduff.go) in /usr/local/go/src/runtime
/usr/local/go/src/internal/syscall/unix/at.go:10:2: found packages syscall (asan.go) and main (mkasm.go) in /usr/local/go/src/syscall
/usr/local/go/src/internal/poll/fd_poll_runtime.go:13:2: found packages time (embed.go) and main (genzabbrs.go) in /usr/local/go/src/time
/usr/local/go/src/net/interface_bsd.go:12:2: build constraints exclude all Go files in /usr/local/go/src/vendor/golang.org/x/net/route```