Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunj-fork committed Oct 6, 2020
1 parent 714680e commit c802304
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions stringer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@

// +build go1.5

//Enumer is a tool to generate Go code that adds useful methods to Go enums (constants with a specific type).
//It started as a fork of Rob Pike’s Stringer tool
//Enumerx is a fork of Enumer tool with useful extensions, e.g. variable support like @type, transforms: snake_upper, kebab_upper.
//It is a fork of https://github.com/alvaroloes/enumer
//
//Please visit http://github.com/alvaroloes/enumer for a comprehensive documentation

//Enumerx is a fork of Enumer tool with useful extensions, e.g. variable support like @type, transforms: snake_upper, kebab_upper
//See http://github.com/niktri/enumerx for a documentation
package main

Expand Down

0 comments on commit c802304

Please sign in to comment.