Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/s-kostyaev/go-fill-struct
- Owner: s-kostyaev
- License: gpl-3.0
- Created: 2017-12-05T06:12:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T10:34:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T16:16:33.459Z (2 months ago)
- Language: Emacs Lisp
- Size: 17.6 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```