Description
A tool for writing generic Go code. It allows to rename and redefine identifiers and keep the changed definitions. Also it supports go generate by adding the necessary comments.
goreuse alternatives and similar packages
Based on the "Go Generate Tools" category.
Alternatively, view goreuse alternatives based on common mentions on social networks and blogs.
-
xgen
XSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator -
re2dfa
Transform regular expressions into finite state machines and output Go source code. This repository has migrated to https://gitlab.com/opennota/re2dfa
Updating dependencies is time-consuming.
Do you think we are missing an alternative of goreuse or a related project?
Popular Comparisons
README
goreuse
A tool for reuse Go code, that bundles a whole package inside a single file. It allows to rename certain identifiers and keep the changed definitions. Also it supports go generate
by adding the necessary comments.
installation
Go get this tool by:
$ go get -u -v gopkg.in/dc0d/goreuse.v2
Or from the master branch:
$ go get -u -v github.com/dc0d/goreuse
More information is provided inside the documentation.