Skip to content

Commit e4b9a82

Browse files
committed
Bump version
1 parent 41d149e commit e4b9a82

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

go-playground.el

+2-9
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.2
9+
;; Version: 1.10.0
1010
;; Package-Requires: ((emacs "24.4") (go-mode "1.4.0") (gotest "0.13.0"))
1111

1212
;; This program is free software; you can redistribute it and/or modify
@@ -25,17 +25,10 @@
2525
;;; Commentary:
2626

2727
;; Local playground for the Go programs similar to play.golang.org.
28-
;; `M-x go-playground` and type you golang code then make&run it with `C-c C-c`.
28+
;; `M-x go-playground` and type you Go code then run it with `C-c C-c`.
2929

3030
;; Playground works around `go-mode` and requires preconfigured environment
3131
;; for Go language.
32-
33-
;; I recommend you to use `goimports` instead of `gofmt` for automatically make
34-
;; import clauses. It very comfortable especially for experimenting with code
35-
;; in playground.
36-
37-
;; You may push code to play.golang.org with go-mode' function `go-play-buffer`.
38-
3932
;;
4033

4134
;;; Code:

0 commit comments

Comments
 (0)