Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

workshop-depot/goreuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc Go Report Card

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.

video tutorial

goreuse V2 Video Tutorial

brief intro

asciicast