Versions in this module Expand all Collapse all v0 v0.1.11 Feb 4, 2022 v0.1.10 Feb 4, 2022 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)