1 2 3 4 5 6
package packed // Close releases resources associated with the backend. func (store *Store) Close() error { return nil }