Versions in this module Expand all Collapse all v0 v0.3.0 Dec 16, 2024 Changes in this version + func MatchBefore(fset *token.FileSet, readFile ReadFile, end token.Pos, pattern interface{}) (token.Pos, token.Pos, error) + type Identifier string + type Note struct + Args []interface{} + Name string + Pos token.Pos + func ExtractGo(fset *token.FileSet, file *ast.File) ([]*Note, error) + func Parse(fset *token.FileSet, filename string, content []byte) ([]*Note, error) + type ReadFile func(filename string) ([]byte, error)