first push over the public internet
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user