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

21 lines
161 B
Go

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