1// probe — a one-line realm, deployed only to test whether new packages are 2// enabled automatically while pixelgnomes stays parked. 3package probe 4 5func Render(path string) string { return "probe\n" }