From b84736e9b6401df0c6eeab9950bef09458a6aefd Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 29 Sep 2017 12:46:30 -0700 Subject: Updating server dependancies. (#7538) --- vendor/github.com/mssola/user_agent/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/github.com/mssola/user_agent/README.md') diff --git a/vendor/github.com/mssola/user_agent/README.md b/vendor/github.com/mssola/user_agent/README.md index 971902560..575977df2 100644 --- a/vendor/github.com/mssola/user_agent/README.md +++ b/vendor/github.com/mssola/user_agent/README.md @@ -19,7 +19,7 @@ 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 call: ua.Parse("another string") - ua := user_agent.New("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11"); + ua := user_agent.New("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11") fmt.Printf("%v\n", ua.Mobile()) // => false fmt.Printf("%v\n", ua.Bot()) // => false @@ -48,4 +48,4 @@ func main() { } ~~~ -Copyright © 2012-2014 Miquel Sabaté Solà, released under the MIT License. +Copyright © 2012-2017 Miquel Sabaté Solà, released under the MIT License. -- cgit v1.2.3-1-g7c22