Pry does nothing. It only exists so running code without go-pry doesn't throw an error.
(v ...interface{})
| 15 | |
| 16 | // Pry does nothing. It only exists so running code without go-pry doesn't throw an error. |
| 17 | func Pry(v ...interface{}) { |
| 18 | } |
| 19 | |
| 20 | // Apply drops into a pry shell in the location required. |
| 21 | func Apply(scope *Scope) { |