-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from grafov/template-fix
Improve snippet template comment
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
;; Author: Alexander I.Grafov <[email protected]> | ||
;; URL: https://github.com/grafov/go-playground | ||
;; Keywords: tools, golang | ||
;; Version: 1.8.1 | ||
;; Version: 1.8.2 | ||
;; Package-Requires: ((emacs "24") (go-mode "1.4.0") (gotest "0.13.0")) | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
@@ -171,9 +171,11 @@ func main() { | |
// " description " @ " (time-stamp-string "%:y-%02m-%02d %02H:%02M:%02S") " | ||
// === Go Playground === | ||
// Execute the snippet with Ctl-Return | ||
// Provide custom arguments to compile with Alt-Return | ||
// Remove the snippet completely with its dir and all files M-x `go-playground-rm` | ||
// Execute the snippet with: Ctl-Return | ||
// Provide custom arguments to compile with: Alt-Return | ||
// Other useful commands: | ||
// - remove the snippet completely with its dir and all files: (go-playground-rm) | ||
// - upload the current buffer to playground.golang.org: (go-playground-upload) | ||
")) | ||
|
||
|