craban/vendor/github.com/corpix/uarand
2021-09-11 23:50:53 +02:00
..
.gitignore Add user store tests 2021-09-11 23:50:53 +02:00
.travis.yml Add user store tests 2021-09-11 23:50:53 +02:00
LICENSE Add user store tests 2021-09-11 23:50:53 +02:00
Makefile Add user store tests 2021-09-11 23:50:53 +02:00
README.md Add user store tests 2021-09-11 23:50:53 +02:00
shell.nix Add user store tests 2021-09-11 23:50:53 +02:00
uarand.go Add user store tests 2021-09-11 23:50:53 +02:00
useragents.go Add user store tests 2021-09-11 23:50:53 +02:00

uarand

Build Status

Random user-agent producer for go.

Example

package main

import (
	"fmt"

	"github.com/corpix/uarand"
)

func main() {
	fmt.Println(uarand.GetRandom())
}

Save it to snippet.go and run:

go run snippet.go

Which should produce something similar to:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2227.0 Safari/537.36

License

Unlicense