File: doc.go

package info (click to toggle)
golang-github-tideland-golib 4.24.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,144 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Tideland Go Library - RSS Feed
//
// Copyright (C) 2012-2017 Frank Mueller / Tideland / Oldenburg / Germany
//
// All rights reserved. Use of this source code is governed
// by the new BSD license.

// Package rss of the Tideland Go Library implements an RSS feed client.
//
// The RSS package provides the RSS XML schema as Go types for the
// usage with the standard marshalling/unmarshalling. The supported
// format is RSS 2.0. A client allows to retrieve RSS documents.
package rss

// EOF