Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-kostyaev/go-fill-struct

Fill golang struct in emacs
https://github.com/s-kostyaev/go-fill-struct

Last synced: about 1 month ago
JSON representation

Fill golang struct in emacs

Awesome Lists containing this project

README

        

# go-fill-struct

[![License GPL 3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
[![MELPA](https://melpa.org/packages/go-fill-struct-badge.svg)](https://melpa.org/#/go-fill-struct)

`go-fill-struct` is package for fill golang struct from emacs. It is simple wrapper around [`fillstruct`](https://github.com/davidrjenni/reftools/tree/master/cmd/fillstruct).

For use this packages you should install `fillstruct` first:

``` shell
$ go get -u github.com/davidrjenni/reftools/cmd/fillstruct
```