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