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) --- integration/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 integration/doc.go (limited to 'integration') diff --git a/integration/doc.go b/integration/doc.go new file mode 100644 index 0000000..fb1fc08 --- /dev/null +++ b/integration/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 integration implements API clients for third-party services. + +*/ +package integration -- cgit v1.2.3