Files
i2p.plugins.tor-updater/no-i2pd.go
2022-02-13 12:41:58 -05:00

21 lines
159 B
Go

//go:build !i2pd
// +build !i2pd
package main
func InitI2PSAM() func() {
return nullFunc
}
func nullFunc() {
}
func StartI2P() {
}
func StopI2P() {
}