From 9652dfa1feccd15bbb56d61281f148f71afcb800 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 11 Jan 2018 19:21:20 -0800 Subject: Add more comments (GoDoc) --- oauth2/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 oauth2/doc.go (limited to 'oauth2') diff --git a/oauth2/doc.go b/oauth2/doc.go new file mode 100644 index 0000000..2254a3f --- /dev/null +++ b/oauth2/doc.go @@ -0,0 +1,10 @@ +// Copyright 2018 Frédéric Guillot. All rights reserved. +// Use of this source code is governed by the MIT license +// that can be found in the LICENSE file. + +/* + +Package oauth2 abstracts different OAuth2 providers. + +*/ +package oauth2 -- cgit v1.2.3