The documentation of an exported variable or constant should start with the variable’s name GO-D5003
Documentation
Minor
2 years ago2 years old
comment on exported const DocURL should be of the form "DocURL ..."
 27	Org *APIOrganization
 28}
 29
 30// FIXME: move this constant to github.com/gogs/go-gogs-client 31const DocURL = "https://github.com/gogs/docs-api"
 32
 33// NoContent renders the 204 response.