MCPcopy
hub / github.com/d4l3k/go-pry / main

Function main

example/for-loop/for-loop.go:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import "fmt"
5
6func main() {
7 for i := 0; i < 10; i++ {
8 pry.Pry()
9 }
10 fmt.Println("DUCK")
11}

Callers

nothing calls this directly

Calls 1

PryFunction · 0.92

Tested by

no test coverage detected