SkillAgentSearch skills...

Uarand

Random user-agent generator for Go

Install / Use

/learn @corpix/Uarand
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars133
CategoryDevelopment
Updated22d ago
Forks17

Languages

Go

Security Score

100/100

Audited on Mar 12, 2026

No findings