File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
; ; Author: Alexander I.Grafov <[email protected] >
7
7
; ; URL: https://github.com/grafov/go-playground
8
8
; ; Keywords: tools, golang
9
- ; ; Version: 1.8.1
9
+ ; ; Version: 1.8.2
10
10
; ; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0"))
11
11
12
12
; ; This program is free software; you can redistribute it and/or modify
@@ -171,9 +171,11 @@ func main() {
171
171
// " description " @ " (time-stamp-string " %:y-%02m-%02d %02H:%02M:%02S" ) "
172
172
173
173
// === Go Playground ===
174
- // Execute the snippet with Ctl-Return
175
- // Provide custom arguments to compile with Alt-Return
176
- // Remove the snippet completely with its dir and all files M-x `go-playground-rm`
174
+ // Execute the snippet with: Ctl-Return
175
+ // Provide custom arguments to compile with: Alt-Return
176
+ // Other useful commands:
177
+ // - remove the snippet completely with its dir and all files: (go-playground-rm)
178
+ // - upload the current buffer to playground.golang.org: (go-playground-upload)
177
179
178
180
" ))
179
181
You can’t perform that action at this time.
0 commit comments