mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
9 lines
98 B
Go
9 lines
98 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
func notifyReady() {}
|
|
|
|
func notifyStopping() {}
|