mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
8 lines
80 B
Go
8 lines
80 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func notifyReady() {}
|
|
|
|
func notifyStopping() {}
|