func context.TODO

21 uses

	context (current package)
		context.go#L216: func TODO() Context {

	contrib.go.opencensus.io/integrations/ocsql
		driver.go#L348: 	return c.BeginTx(context.TODO(), driver.TxOptions{})
		driver.go#L397: 	if ctx == nil || ctx == context.TODO() {

	github.com/go-git/go-git/v5/plumbing/transport/internal/common
		server.go#L38: 	resp, err = s.UploadPack(context.TODO(), req)
		server.go#L61: 	rs, err := s.ReceivePack(context.TODO(), req)

	github.com/go-redis/redis/v8
		cluster.go#L203: 		n.Client.Ping(context.TODO())
		cluster.go#L967: 	state, _ := c.state.Get(context.TODO())
		cluster.go#L1513: 			cn, err := node.Client.newConn(context.TODO())
		pubsub.go#L479: 	ctx := context.TODO()
		pubsub.go#L516: 	ctx := context.TODO()
		pubsub.go#L574: 	ctx := context.TODO()
		ring.go#L554: 		cmdsInfo, err := shard.Client.Command(context.TODO()).Result()
		sentinel.go#L647: 	ctx := context.TODO()

	github.com/go-redis/redis/v8/internal/pool
		pool.go#L133: 	cn, err := p.dialConn(context.TODO(), true)
		pool_sticky.go#L140: 				p.freeConn(context.TODO(), cn)

	golang.org/x/net/context
		go17.go#L16: 	todo       = context.TODO()

	golang.org/x/oauth2
		oauth2.go#L27: var NoContext = context.TODO()

	golang.org/x/pkgsite/internal/frontend
		doc.go#L72: 		log.Errorf(context.TODO(), "fileSource: %v", err)
		versions.go#L260: 		log.Errorf(context.TODO(), "formatVersion(%q): error parsing version: %v", v, err)
		versions.go#L378: 		log.Errorf(context.TODO(), "goTagForVersion(%q): %v", v, err)

	google.golang.org/api/storage/v1
		storage-gen.go#L10142: 			ctx = context.TODO()