gotools/godoc/godoc_test.go

func TestPkgLinkFunc(t *testing.T) {}

func TestSrcPosLinkFunc(t *testing.T) {}

func TestSrcLinkFunc(t *testing.T) {}

func TestQueryLinkFunc(t *testing.T) {}

func TestDocLinkFunc(t *testing.T) {}

func TestSanitizeFunc(t *testing.T) {}

// Test that we add <span id="StructName.FieldName"> elements
// to the HTML of struct fields.
func TestStructFieldsIDAttributes(t *testing.T) {}

// Test that we add <span id="ConstName"> elements to the HTML
// of definitions in const and var specs.
func TestValueSpecIDAttributes(t *testing.T) {}

func TestCompositeLitLinkFields(t *testing.T) {}

func TestFuncDeclNotLink(t *testing.T) {}

func linkifySource(t *testing.T, src []byte) string {}

func TestScanIdentifier(t *testing.T) {}

func TestReplaceLeadingIndentation(t *testing.T) {}

func TestSrcBreadcrumbFunc(t *testing.T) {}

func TestSrcToPkgLinkFunc(t *testing.T) {}

func TestFilterOutBuildAnnotations(t *testing.T) {}

func TestLinkifyGenerics(t *testing.T) {}