YukiCF

Results 3 comments of YukiCF

How should I fix { "resource": "/c:/Users/HP/Documents/GitHub/physarum/cmd/physarum/main.go", "owner": "_generated_diagnostic_collection_name_#0", "code": { "value": "BrokenImport", "target": { "$mid": 1, "external": "https://pkg.go.dev/golang.org/x/tools/internal/typesinternal#BrokenImport", "path": "/golang.org/x/tools/internal/typesinternal", "scheme": "https", "authority": "pkg.go.dev", "fragment": "BrokenImport" } }, "severity":...

> > This did the trick for me: > > Init the module: `go mod init github.com/fogleman/physarum` > > Install the stat module : `go get github.com/gonum/stat` > > afterwards...

> > Thanks to @H4sh3 and @aimsopp I got Physarum running, cheers guys : ) > > I carried on and got the viewer running too : ) > >...