Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atotto/yasnippet-golang
emacs snippet (yasnippets) for golang
https://github.com/atotto/yasnippet-golang
Last synced: 24 days ago
JSON representation
emacs snippet (yasnippets) for golang
- Host: GitHub
- URL: https://github.com/atotto/yasnippet-golang
- Owner: atotto
- Created: 2013-05-28T13:06:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T11:42:54.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:30:33.812Z (6 months ago)
- Homepage:
- Size: 153 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yasnippet for golang
This is yasnippet for emacs go-mode.
YASnippet is here : https://github.com/capitaomorte/yasnippet
# Installation
Clone this repository:
$ git clone https://github.com/atotto/yasnippet-golang.git
Add the following in your `.emacs` file:
```elisp
(add-to-list 'yas-snippet-dirs "path/to/yasnippet-golang")
```# License
MIT License