golds: Golds v0.4.2 does not find go files
I ran the same command golds -gen -wdpkgs-listing=solo -only-list-exporteds -dir=../docs -nouses ./... with Golds 0.4.1 and 0.4.2.
It works perfectly with Golds 0.4.1. However, with the latest version I get the following error:
-: no Go files in <...>
code-parse.go:301: exit for above errors.
If you are sure that the code should compile okay, and
you just upgraded your Go toolchain to a new Go version,
then please rebuild Golds with the following command.
go install go101.org/golds@latest
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 19 (13 by maintainers)
I can confirm that go101.org/golds@main works
yes there is a whole go project see