Set up godoc server #29
Labels
No Label
admins only
bug
design
duplicate
gimme feedback
good first issue
hmmmm
invalid
reference
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hmn/hmn#29
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I would like to use the Go documentation system for technical documentation of the website codebase. I've already documented the
db
package in some detail, and I'd like to do others too. However, we looked into using pkg.go.dev and I don't think it will really work, because it requires us to license our code in a particular way (a step we're not ready to take), and it requires updated versions of our code to be stored in the Go package index / proxy, which really only happens if people are runninggo get
on our code (and they do not ever do this).We should run a custom godoc server at godoc.handmade.network for this purpose. It can probably just run off our Git server, I guess?