diff --git a/categories/go.md b/categories/go.md index 7899ce9..da6b856 100644 --- a/categories/go.md +++ b/categories/go.md @@ -191,4 +191,12 @@ fmt.Println(t.Format("2006-01-02 15:04:05")) - go test foo... - run all tests import path prefixed with foo: - go test ... - - run all tests in your $GOPATH: \ No newline at end of file + - run all tests in your $GOPATH: + +## REPL + +REPL stands for read eval print loop, basically it just like the irb in Ruby. + +Wiki: + +* gore \ No newline at end of file