var update … var files … const dataDir … var templateTxt … func readTemplate(filename string) *template.Template { … } func nodeFmt(node any, fset *token.FileSet) string { … } func synopsisFmt(s string) string { … } func indentFmt(indent, s string) string { … } func isGoFile(fi fs.FileInfo) bool { … } type bundle … func test(t *testing.T, mode Mode) { … } func Test(t *testing.T) { … } func TestFuncs(t *testing.T) { … } func compareSlices[E any](t *testing.T, name string, got, want []E, compareElem func(*testing.T, string, E, E)) { … } const funcsTestFile … var funcsPackage …