obsidian-pipeline/notes.go

6 lines
66 B
Go

package obp
func (p *Pipeline) FindNotes() error {
return nil
}