https://github.com/exu/go-koans.el
Go Koans heper
https://github.com/exu/go-koans.el
Last synced: 7 months ago
JSON representation
Go Koans heper
- Host: GitHub
- URL: https://github.com/exu/go-koans.el
- Owner: exu
- Created: 2016-03-09T16:07:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T05:29:22.000Z (over 7 years ago)
- Last Synced: 2025-01-31T21:07:27.475Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Go-Koans support in Emacs
To install Go mode for emacs check this stack response http://stackoverflow.com/questions/1715464/emacs-lisp-mode-for-go
Go-koans have Emacs function to speed up koans resolvig. Simply put `go-koans.el` file somewhere in your `load-path`
and then
(require 'go-koans)
into your `init.el` file (helper integrates with great Expand region extension from magnars: https://github.com/magnars/expand-region.el)
next `cd` into your koans directory, open some go file and press `C-c C-r` - Emacs will open file and goto line where error occurs
If your code failed you can see at `*go-koans*` buffer there will be shell output from `go test` command