Skip to content

searcher: fix formatting of godoc lists

Administrator requested to merge k/doc into main

Created by: keegancsmith

godoc doesn't have native support for lists. The trick the stdlib uses is to add 1 level of whitespace before the bullet points.

Test Plan: "go doc -all ./cmd/searcher/search" outputs each bullet point on its own line.

Merge request reports

Loading