golang.org/x/pkgsite/internal/static.Config.StaticPath (field)
5 uses
golang.org/x/pkgsite/internal/static (current package)
static.go#L17: StaticPath string
static.go#L35: scriptDir := config.StaticPath
golang.org/x/pkgsite/internal/frontend
server.go#L608: _, err := static.Build(static.Config{StaticPath: staticPath + "/js", Watch: true, Write: true})
golang.org/x/pkgsite/devtools/cmd/static
main.go#L16: _, err := static.Build(static.Config{StaticPath: "content/static/js", Write: true})
main.go#L21: _, err = static.Build(static.Config{StaticPath: "content/static/styleguide", Write: true, Bundle: true})
![]() |
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. |