Versions in this module Expand all Collapse all v0 v0.5.1 Jan 15, 2023 Changes in this version + type Volume interface + Build func() vsn.Build + Close func() error + ListFiles func() ([]string, error) + ReadFile func(at string) ([]byte, error) + func Open(path string) (Volume, error)