• Daniel Martí's avatar
    make all "Open" APIs use consistent names · 4827ee39
    Daniel Martí authored
    All the "New" APIs take IO interfaces, so they don't open any file by
    themselves. However, the APIs that take a path to disk and return a
    blockstore or a reader need closing, so the prefix "Open" helps clarify
    that.
    
    Plus, it makes names more consistent.
    4827ee39
doc.go 1.28 KB