Versions in this module Expand all Collapse all v1 v1.0.1 Oct 10, 2017 v1.0.0 Oct 10, 2017 Changes in this version + type Store struct + Base string + func New(name string) (*Store, error) + func (s *Store) Get(i interface{}) error + func (s *Store) Path(i interface{}) string + func (s *Store) Remove(i interface{}) error + func (s *Store) Save(i interface{}) error