-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
pull request 22 looks suspiciously like the error I am seeing. I first tried running using go get / go install github.com/hasit/bolter (not really sure why I found that tip on youtube for a different go command line tool, it wasn't in that tools readme either).
go install results in
cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
cloning the repo and trying to build it gets the slightly more verbose
.\bolter.go:45:16: cannot use []*cli.Author{…} (value of type []*cli.Author) as []cli.Author value in assignment
git reset head^ --hard
bolter now builds
go version go1.20.1 windows/amd64
so it looks like I'm a minor version behind, wouldn't think that would break me.
stevo-f3, Trismegiste, Zxilly and wu0407
Metadata
Metadata
Assignees
Labels
No labels