Versions in this module Expand all Collapse all v1 v1.0.0 Nov 27, 2018 Changes in this version + func Process(out io.Writer, in io.Reader, opts ...Option) error + type Fetcher interface + Fetch func(dir, path string) ([]byte, error) + type Option struct + func WithBaseDir(path string) Option + func WithFetcher(c Fetcher) Option Other modules containing this package github.com/campoy/embedmd/v2