type github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg.Accept
8 uses
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg (current package)
autoneg.go#L50: type Accept struct {
autoneg.go#L57: type accept_slice []Accept
autoneg.go#L60: slice := []Accept(accept)
autoneg.go#L65: slice := []Accept(accept)
autoneg.go#L80: slice := []Accept(accept)
autoneg.go#L86: func ParseAccept(header string) (accept []Accept) {
autoneg.go#L88: accept = make([]Accept, 0, len(parts))
autoneg.go#L92: a := Accept{}
![]() |
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. |