const os.supportsCreateWithStickyBit
3 uses
os (current package)
file.go#L269: if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {
file_unix.go#L207: if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
sticky_bsd.go#L11: const supportsCreateWithStickyBit = false
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)