Skip to content

Commit 88304d3

Browse files
committed
Clarify docs a bit
1 parent fe75581 commit 88304d3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ with snippets inside Emacs instead of rude webeditor. Of course local playground
1616
setup Go environment but if you developing in Go (or you want to do it) you are anyway would need
1717
to setup `go-mode` and helper tools for working with code in a comfortable way.
1818

19-
So with local go-playground you get:
19+
## Features
2020

21-
* all features of [go-mode](https://github.com/dominikh/go-mode.el) will work in the `go-playground`
22-
* snippets saved in the subdirectory under GOPATH, it helps you keep library of interesting snippets
23-
* split the snippet code into arbitrary number of files (`snippet.go` is default name)
24-
* no containers and no restrictions on compile time so you can test the complex code
25-
* free for using any external packages from your GOPATH
21+
* work under [go-mode](https://github.com/dominikh/go-mode.el) with all you plugins installed (like autocompletion, linters and so on)
22+
* playground files saved in the subdirectory under GOPATH that helps you keep library of useful snippets
23+
* it could split the code into arbitrary number of files
24+
* could import any external packages from your GOPATH
2625
* use vendored packages in your snippet dir
2726

2827
## Install
@@ -34,7 +33,7 @@ some ideas you want get working code as fast as possible. And `goimports` helps
3433

3534
Install `go-playground` from MELPA:
3635

37-
M-x package-install RET go-playground
36+
M-x package-install RET go-playground
3837

3938
If you want share snippets use `go-play-buffer` from `go-mode`.
4039
Install `gist-buffer` from MELPA if you want publish gists on github.com.

0 commit comments

Comments
 (0)