kubo/cmd/ipfs/daemon_other.go
Adin Schmahmann 1f37a1481b go fmt
2022-05-03 14:09:38 -04:00

9 lines
98 B
Go

//go:build !linux
// +build !linux
package main
func notifyReady() {}
func notifyStopping() {}