From 1f58b37a5e86603b16e137031c36f37580e9d410 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 7 Oct 2018 18:42:43 -0700 Subject: Refactor HTTP response builder --- http/response/xml/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 http/response/xml/doc.go (limited to 'http/response/xml/doc.go') diff --git a/http/response/xml/doc.go b/http/response/xml/doc.go new file mode 100644 index 00000000..908d2f96 --- /dev/null +++ b/http/response/xml/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 xml contains XML response functions. + +*/ +package xml // import "miniflux.app/http/response/xml" -- cgit v1.2.3