Skip to content
/ mock Public

mock: a module that turns text into mock form

Notifications You must be signed in to change notification settings

schmenn/mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock

a go package for generating mock text

e.g. lorem ipsum dolor sit ametlOrEm iPsUm dOlOr sIt aMeT

Usage

Get it with:

go get github.com/Schmenn/mock

package main

import (
	"fmt"

	"github.com/Schmenn/mock"
)

func main() {
	text := mock.Mock("lorem ipsum dolor sit amet")
	fmt.Println(text) // lOrEm iPsUm dOlOr sIt aMeT
}

for a command-line program click here

About

mock: a module that turns text into mock form

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages