8000 GitHub - mirza-s/uarand: Random user-agent producer for go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mirza-s/uarand

 
 

Repository files navigation

uarand

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

MIT

About

Random user-agent producer for go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.1%
  • Python 2.4%
  • Makefile 1.5%
0