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
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: