go-pry

command module
v0.0.0-...-d72db1d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2015 License: MIT Imports: 11 Imported by: 0

README

go-pry

go-pry - an interactive REPL for Go that allows you to drop into your code at any point.

go-pry

Usage

Install go-pry

go get github.com/d4l3k/go-pry
go install github.com/d4l3k/go-pry

Add the pry statement to the code

import "github.com/d4l3k/go-pry/pry"

...

func main() {
  a : = 1
  pry.Pry()
}

Run the code

# Run
go-pry <go file>

Inspiration

go-pry is greatly inspired by Pry REPL for Ruby.

License

go-pry is licensed under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL