user_agent:Go编程语言的HTTP用户代理解析器 源码
UserAgent是一个Go库,用于解析HTTP用户代理。 举个例子: package main import ( "fmt" "github.com/mssola/user_agent" ) func main () { // The "New" function will create a new UserAgent object and it will parse // the given string. If you need to parse more strings, you can re-use // this object and ca
文件列表
user_agent-master.zip
(预估有个16文件)
user_agent-master
go.mod
45B
all_test.go
33KB
.github
PULL_REQUEST_TEMPLATE.md
648B
ISSUE_TEMPLATE
custom.md
768B
ci
install.sh
542B
lint.sh
1KB
暂无评论