Files
i2p.plugins.tor-updater/no-i2pd.go

21 lines
159 B
Go
Raw Normal View History

//go:build !i2pd
// +build !i2pd
package main
func InitI2PSAM() func() {
return nullFunc
}
func nullFunc() {
}
2022-02-13 12:41:58 -05:00
func StartI2P() {
}
func StopI2P() {
}