removing forced paths

This commit is contained in:
2025-08-28 21:11:59 -04:00
parent 8c317fc3b6
commit 006af98328
2 changed files with 1 additions and 15 deletions
-6
View File
@@ -7,9 +7,3 @@ func WithFile(name string) Option {
d.file = name
}
}
func WithPath(path string) Option {
return func(d *database) {
d.path = path
}
}