File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ with snippets inside Emacs instead of rude webeditor. Of course local playground
16
16
setup Go environment but if you developing in Go (or you want to do it) you are anyway would need
17
17
to setup ` go-mode ` and helper tools for working with code in a comfortable way.
18
18
19
- So with local go-playground you get:
19
+ ## Features
20
20
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
26
25
* use vendored packages in your snippet dir
27
26
28
27
## Install
@@ -34,7 +33,7 @@ some ideas you want get working code as fast as possible. And `goimports` helps
34
33
35
34
Install ` go-playground ` from MELPA:
36
35
37
- M-x package-install RET go-playground
36
+ M-x package-install RET go-playground
38
37
39
38
If you want share snippets use ` go-play-buffer ` from ` go-mode ` .
40
39
Install ` gist-buffer ` from MELPA if you want publish gists on github.com.
You can’t perform that action at this time.
0 commit comments