mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
8 lines
80 B
Go
8 lines
80 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func notifyReady() {}
|
|
|
|
func notifyStopping() {}
|