func context.TODO

10 uses

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

	github.com/aws/smithy-go/transport/http
		request.go#L49: 	rc.Request = rc.Request.Clone(context.TODO())

	github.com/go-pg/pg/v10
		base.go#L527: 	c := context.TODO()
		stmt.go#L33: 	err := stmt.prepare(context.TODO(), q)
		stmt.go#L80: 	return stmt.exec(context.TODO(), params...)
		stmt.go#L279: 	return stmt.withConn(context.TODO(), func(c context.Context, cn *pool.Conn) error {

	github.com/go-pg/pg/v10/internal/pool
		pool.go#L129: 	cn, err := p.dialConn(context.TODO(), true)
		pool.go#L196: 		conn, err := p.opt.Dialer(context.TODO())
		pool.go#L447: 			internal.Logger.Printf(context.TODO(), "ReapStaleConns failed: %s", err)
		pool_sticky.go#L140: 				p.freeConn(context.TODO(), cn)