gopkg.in/warnings.v0.Collector.l (field)
10 uses
gopkg.in/warnings.v0 (current package)
warnings.go#L125: l List
warnings.go#L148: c.l.Fatal = err
warnings.go#L150: c.l.Warnings = append(c.l.Warnings, err)
warnings.go#L152: if c.l.Fatal != nil {
warnings.go#L165: if !c.FatalWithWarnings && c.l.Fatal != nil {
warnings.go#L166: return c.l.Fatal
warnings.go#L168: if c.l.Fatal == nil && len(c.l.Warnings) == 0 {
warnings.go#L173: return c.l
![]() |
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. |