Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2020 Changes in this version + type FileCache struct + BaseDir string + func (f *FileCache) Exist(filename string) bool + func (f *FileCache) FullPath(filename string) string + func (f *FileCache) Key(in, lang string) string + func (f *FileCache) Open(filename string) (io.ReadCloser, error) + func (f *FileCache) Save(path string, content bytes.Buffer) error