bolter icon indicating copy to clipboard operation
bolter copied to clipboard

build failure

Open DavesPlanet opened this issue 1 year ago • 1 comments

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.

DavesPlanet avatar Aug 24 '23 22:08 DavesPlanet

WOOT!!! It works after reverting the last commit, finally a view into this database!

DavesPlanet avatar Aug 24 '23 22:08 DavesPlanet