更新UserAgent分析库

This commit is contained in:
GoEdgeLab
2023-05-20 11:52:27 +08:00
parent 4e77bbc784
commit a1ac83d526
5 changed files with 21 additions and 15 deletions

View File

@@ -2,10 +2,12 @@
package stats
import "github.com/mssola/user_agent"
import (
"github.com/mssola/useragent"
)
type UserAgentParserResult struct {
OS user_agent.OSInfo
OS useragent.OSInfo
BrowserName string
BrowserVersion string
IsMobile bool