avct / uasurfer

Go package for fast and reliable abstraction of browser user agent strings.
Other
337 stars 76 forks source link

Add StringTrimPrefix methods to a few types. #46

Closed ryanslade closed 5 years ago

ryanslade commented 5 years ago

This allows converting types to their string representation while removing the type prefix.

For example BrowserUnknown will be "Unkown" rather than "BrowserUnknown"

https://github.com/avct/uasurfer/issues/39