mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
9 lines
98 B
Go
9 lines
98 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package util
|
|
|
|
func init() {
|
|
supportsFDManagement = false
|
|
}
|