SwitchUpCB

Results 96 comments of SwitchUpCB

When a user attempts to print an object from the Go Module, this error occurs in `cfg.go` at line 2629 in method `arrayTypeLen()`. This happens when you call `fmt.Println()` with...

> How far did you get with this? Is this at least working on your machine? I really hope this got more traction and get merged eventually. @bobfang1992 I will...

When a user attempts to print an object from the Go Module, this error occurs in **cfg.go** at line 475. This happens when you call fmt.Println() with a [custom module...

@zale144 I'm not sure that `os.Getenv("GOCACHE")` will fetch the correct cache. Use `os.UserCacheDir()`. However, the actual issue says that `gitlab.com/user/pkg` isn't in `/usr/local/go`. So first check that it's there (or...

@zale144 > https://github.com/traefik/yaegi/pull/1265#issuecomment-1081210351 What directory is the package you `go get` located on your machine?

@zale144 You don't need the dependency in your go.mod file, but it has to be located on the machine. Otherwise, there is nothing to interpret. `import "github.com/spf13/cobra" error: /Users/myself/go/pkg/mod/github.com/spf13/[email protected]/args.go:61:9: cannot...

@tonyalaribe Sure! I'm not sure why your comment was marked as off-topic, but I have updated the branch. Here is a description of the current state of this pull request....

@ldez I rebased. Did not fix any new linter issues that may occur as the ones I encountered were not relevant to the commits in this pull request. I am...