This is the command stringer that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
stringer - generates methods satisfying fmt.Stringer
SYNOPSIS
stringer
DESCRIPTION
Stringer is a tool to automate the creation of methods that satisfy the fmt.Stringer
interface. Given the name of a (signed or unsigned) integer type T that has constants
defined, stringer will create a new self-contained Go source file implementing "func (t T)
String() string".
OPTIONS
Run stringer -help for more details.
Use stringer online using onworks.net services