Skip to content

A simple lorem ipsum generator inspired by http://bekiipsum.com/ written in Go with TDD

Notifications You must be signed in to change notification settings

jettandres/gobeki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobeki

A simple TDD exercise with Go

Requirements: Go v18+

Preview

asciicast

Install

go get github.com/jettandres/gobeki

Usage

import (
  gobeki "github.com/jettandres/gobeki"
  "fmt"
)

func main() {
  wordCount := 20
  paragraphCount := 1

  lorems := gobeki.Gobeki(wordCount, paragraphCount)

  fmt.Println(lorems)
}

About

A simple lorem ipsum generator inspired by http://bekiipsum.com/ written in Go with TDD

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages