Go语言 proxy
原文链接: Go语言 proxy
package main
import (
"fmt"
"github.com/corpix/uarand"
)
func main() {
fmt.Println(uarand.GetRandom())
}