File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
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.2
9
+ ; ; Version: 1.10.0
10
10
; ; Package-Requires: ((emacs "24.4") (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
25
25
; ;; Commentary:
26
26
27
27
; ; 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`.
29
29
30
30
; ; Playground works around `go-mode` and requires preconfigured environment
31
31
; ; 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
-
39
32
; ;
40
33
41
34
; ;; Code:
You can’t perform that action at this time.
0 commit comments