gopkg.in/warnings.v0.List.Warnings (field)
7 uses
gopkg.in/warnings.v0 (current package)
warnings.go#L90: Warnings []error
warnings.go#L101: switch len(l.Warnings) {
warnings.go#L109: for _, err := range l.Warnings {
warnings.go#L150: c.l.Warnings = append(c.l.Warnings, err)
warnings.go#L168: if c.l.Fatal == nil && len(c.l.Warnings) == 0 {
warnings.go#L193: return l.Warnings
![]() |
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. |