type context.emptyCtx
8 uses
context (current package)
context.go#L171: type emptyCtx int
context.go#L173: func (*emptyCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L177: func (*emptyCtx) Done() <-chan struct{} {
context.go#L181: func (*emptyCtx) Err() error {
context.go#L185: func (*emptyCtx) Value(key interface{}) interface{} {
context.go#L189: func (e *emptyCtx) String() string {
context.go#L200: background = new(emptyCtx)
context.go#L201: todo = new(emptyCtx)
![]() |
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. |