9 lines
106 B
Go
9 lines
106 B
Go
|
// SPDX-License-Identifier: MIT
|
||
|
|
||
|
package rwcancel
|
||
|
|
||
|
type RWCancel struct {
|
||
|
}
|
||
|
|
||
|
func (*RWCancel) Cancel() {}
|