Versions in this module Expand all Collapse all v0 v0.4.5 Sep 2, 2020 Changes in this version + type Config struct + AnalyticsHTML template.HTML + BasePath string + BaseURL string + ContentPath string + FeedArticles int + FeedTitle string + GodocURL string + HomeArticles int + Hostname string + PlayEnabled bool + ServeLocalLinks bool + TemplatePath string + type Doc struct + HTML template.HTML + Newer *Doc + Older *Doc + Path string + Permalink string + Related []*Doc + type Server struct + func NewServer(cfg Config) (*Server, error) + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)