(filepath string, meta Opts)
| 71 | } |
| 72 | |
| 73 | func LoadMeta(filepath string, meta Opts) (*cos.Cksum, error) { |
| 74 | return Load(filepath, meta, meta.JspOpts()) |
| 75 | } |
| 76 | |
| 77 | func Load(filepath string, v interface{}, opts Options) (checksum *cos.Cksum, err error) { |
| 78 | var file *os.File |