const golang.org/x/pkgsite/devtools/cmd/css.githubStylesheet
4 uses
golang.org/x/pkgsite/devtools/cmd/css (current package)
main.go#L28: githubStylesheet = "https://raw.githubusercontent.com/sindresorhus/github-markdown-css/gh-pages/github-markdown.css"
main.go#L44: resp, err := http.Get(githubStylesheet)
main.go#L46: log.Fatalf("http.Get(%q): %v", githubStylesheet, err)
main.go#L49: log.Fatalf("http.Get(%q): status = %d", githubStylesheet, resp.StatusCode)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |