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) --- doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc.go (limited to 'doc.go') diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..0d02191 --- /dev/null +++ b/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 main implements a feed reader application. + +*/ +package main -- cgit v1.2.3