shithub: furgit

ref: 79fa8662317d7daebc2f95d729c66fec9f86cdcd
dir: /refstore/packed/close.go/

View raw version
package packed

// Close releases resources associated with the backend.
func (store *Store) Close() error {
	return nil
}