livebud/bud

Doesn't support GOPATH with multiple directories

Offen

#78 geöffnet am 21.05.2022

 (18 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (211 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (5.391 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I've just been attempting to try out bud, but ran into issues before I could get going. Granted, I've not got far into learning Go, I thought bud would help to give me a gentler start to creating a web app, so I may be missing something that is considered "basic Go knowledge".

I've followed your example to get going:

and I get presented with the following:

~/code/go/src/github.com/techwilk/test-bud$ bud run
| Listening on http://127.0.0.1:3000
| conjure: generate "bud/.cli/program/program.go" > program: unable to wire > di: unable to find definition for param "github.com/livebud/bud/runtime/bud".*Flag within "github.com/techwilk/test-bud/bud/.cli/command".*CLI > stat /home/user/go:/home/user/code/go/pkg/mod/github.com/livebud/bud@v0.1.4: no such file or directory

I've previously had Go 1.17, but upgraded to 1.18.2 which didn't change anything.

Contributor Guide