We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1fee1 commit a558e56Copy full SHA for a558e56
internal/empty/empty.go
@@ -3,9 +3,9 @@ package empty
3
import "sync"
4
5
type (
6
- Chan chan struct{}
7
- ChanReadonly <-chan struct{}
8
- Struct struct{}
+ Chan = chan struct{}
+ ChanReadonly = <-chan struct{}
+ Struct = struct{}
9
)
10
11
// DoNotCopy can be embedded in a struct to help prevent shallow copies.
0 commit comments