File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 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
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:
You can’t perform that action at this time.
0 commit comments