initial commit

This commit is contained in:
i2p
2026-08-27 11:21:43 -06:00
commit f25acb03f3
84 changed files with 12747 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package platform
import "log"
func logf(format string, args ...interface{}) {
log.Printf("[platform] "+format, args...)
}