Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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