💾 Archived View for godocs.io › - › about captured on 2021-12-05 at 23:47:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2023-09-08)

-=-=-=-=-=-=-

About godocs.io

This is a fork of gddo, the software which previously powered the now-defunct godoc.org, operated by Drew DeVault.

Source code

Website issues

Back to home

Documentation

godocs.io generates documentation from Go source code. The guidelines for writing documentation for the godoc tool apply to godocs.io.

The Go language

Guidelines for documenting Go code

It's important to write a good summary of the package in the first sentence of the package comment. godocs.io indexes the first sentence and displays it in search results.

Adding a package

To add a package to godocs.io, search for the package by import path. If godocs.io does not already have the documentation for the package, it will fetch the package source code on the fly and add the documentation.

Search for a package

godocs.io checks for package updates once per day. You can force godocs.io to update the documentation immediately by clicking the refresh link at the bottom of the package documentation page.

Removing a package

If you do not want godocs.io to display documentation for your package, send mail to sir@cmpwn.com with the import path of the package that you want to remove.