Documentation update
Open
@gcstr is already working on this.
Since Aug 29, 2026.
- Dominant language
- Go
- Stars
- 248
- Forks
- 6
- Avg merge
- 5h 32m
- Merged PRs (30d)
- 19
Description
In the documentation page :
https://dockform.io/introduction/getting_started
The install command using go cli instead of :
go install github.com/gcstr/dockform@latest
should be ... :
go install github.com/gcstr/dockform/cmd/dockform@latest
I think.
command line interface - go install @latest found but does not contain package - Stack Overflow
https://stackoverflow.com/questions/72207512/go-install-latest-found-but-does-not-contain-package
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.