summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattn/godown/godown.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mattn/godown/godown.go')
-rw-r--r--vendor/github.com/mattn/godown/godown.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/godown/godown.go b/vendor/github.com/mattn/godown/godown.go
index 10423be9..5f73743f 100644
--- a/vendor/github.com/mattn/godown/godown.go
+++ b/vendor/github.com/mattn/godown/godown.go
@@ -354,6 +354,7 @@ func walk(node *html.Node, w io.Writer, nest int, option *Option) {
}
}
+// Option is optional information for Convert.
type Option struct {
GuessLang func(string) (string, error)
Script bool