https://github.com/ibbd-dev/go-useragent
parse useragent using golang
https://github.com/ibbd-dev/go-useragent
Last synced: 9 months ago
JSON representation
parse useragent using golang
- Host: GitHub
- URL: https://github.com/ibbd-dev/go-useragent
- Owner: ibbd-dev
- License: mit
- Created: 2016-11-17T02:50:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T08:59:35.000Z (over 9 years ago)
- Last Synced: 2025-02-24T01:15:26.282Z (about 1 year ago)
- Language: Go
- Size: 869 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-useragent
parse useragent using golang
Useragent识别,主要针对手机。
## Install
```sh
go get -u github.com/ibbd-dev/go-useragent
```
## 性能
```
BenchmarkParse-4 200000 10738 ns/op
```