CiroLee / go-lorem

A golang library for generating mock data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-lorem

A golang library for generating mock data

codecov GitHub

install

go get github.com/CiroLee/go-lorem

usage

import 
  (
    "github.com/CiroLee/go-lorem"
  )

func main() {
  // generate a Chinese word with two characters
  t := lorem.Word(2, "zh")
  // 汉啊 
}

Docs

detail apis see docs

About

A golang library for generating mock data

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%