func log.Println

4 uses

	log (current package)
		log.go#L356: func Println(v ...any) {

	github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
		update_endpoint.go#L162: 		log.Println("Transfer acceleration is not supported for the operation, ignoring UseAccelerate.")
		update_endpoint.go#L168: 		log.Println("UseAccelerate is not compatible with UsePathStyle, ignoring UsePathStyle.")

	github.com/vmihailenco/bufpool
		buf_pool.go#L39: 			log.Println(idx, buf.Len(), buf.Cap(), buf.String())