@@ -0,0 +1,15 @@
package lite
type Option func(d *database)
func WithFile(name string) Option {
return func(d *database) {
d.file = name
}
func WithPath(path string) Option {
d.path = path
The note is not visible to the blocked user.