@ -1,4 +1,4 @@
package main
package obspipeline
import (
"fmt"
@ -9,7 +9,7 @@ import (
)
func main() {
am := NewAttachmentMover()
am := obspipeline.NewAttachmentMover()
defer am.L.Sync()
flag.StringVar(&am.Source, "source", "", "source directory containing your vault")
module testo
module obspipeline
go 1.19