Skip to content

Commit e70aeb1

Browse files
authored
Merge pull request #23 from grafov/template-fix
Improve snippet template comment
2 parents 41a05ad + a28bb0a commit e70aeb1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

go-playground.el

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Alexander I.Grafov <[email protected]>
77
;; URL: https://github.com/grafov/go-playground
88
;; Keywords: tools, golang
9-
;; Version: 1.8.1
9+
;; Version: 1.8.2
1010
;; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
@@ -171,9 +171,11 @@ func main() {
171171
// " description " @ " (time-stamp-string "%:y-%02m-%02d %02H:%02M:%02S") "
172172
173173
// === 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)
177179
178180
"))
179181

0 commit comments

Comments
 (0)