Versions in this module Expand all Collapse all v0 v0.0.0 Sep 5, 2020 Changes in this version + var ErrCantDecodeFileSize = fmt.Errorf("can't decode file size") + var ErrDBAlreadyUnlocked = fmt.Errorf("db already unlocked") + var ErrDBNotUnlocked = fmt.Errorf("db not unlocked") + var ErrInvalidFileLocation = fmt.Errorf("file location is invalid, it must match %q", regexp.FileLocation) + var ErrInvalidSize = fmt.Errorf("size must be greater or equal to 0") + var ErrMissingFileArgument = fmt.Errorf("missing file argument") + var ErrWrongNumberOfArguments = fmt.Errorf("wrong number of arguments, expected list of location/file pair")