first push over the public internet

This commit is contained in:
drew
2026-08-20 00:18:36 +03:00
parent d28e8af555
commit efaa37fda6
+6
View File
@@ -0,0 +1,6 @@
package svc
// Handler is a real symbol so the graph has an edge to find.
func Handler(name string) string { return Format(name) }
func Format(n string) string { return "svc:" + n }