2
0

Update README

This commit is contained in:
2025-10-15 11:46:54 +03:00
parent b3f1973b83
commit 61d8ea7cfe
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# Go/Golang package for parsing user agent strings
Copied from [mileusna/useragent](https://github.com/mileusna/useragent)
Use `useragent.Parse(userAgent string)` function to parse browser's and bot's user agents strings and get:
- User agent name and version (Chrome, Firefox, Googlebot, etc.)
+1 -1
View File
@@ -1,3 +1,3 @@
module git.company.lan/gopkg/useragent
go 1.21.5
go 1.23.11