Versions in this module Expand all Collapse all v0 v0.0.3 Oct 2, 2022 Changes in this version + var Commit = "HEAD" + var Version = "0.0.1" + func FullVersion() string + func GopherHandler(tpl *template.Template, robotsdata *robotstxt.RobotsData, uri string) http.HandlerFunc + func RobotsTxtHandler(robotstxtdata []byte) http.HandlerFunc + type Item struct + Link template.URL + Text string + Type string v0.0.2 Jun 26, 2017 v0.0.1 Jun 18, 2017 Changes in this version + func ListenAndServe(bind, uri string) error + type Handler func(w http.ResponseWriter, req *http.Request) + func MakeGopherProxyHandler(tpl *template.Template, uri string) Handler