package
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.git
Documentation: pkg.go.dev
# README
go-common/feed
This repository contains the go-common/feed
library.
To install:
go get github.com/ugorji/go-common/feed
Package Documentation
Package feed supports Atom feeds.
Exported Package API
const TextPlain textType = iota + 1 ...
type Entry struct{ ... }
type Feed struct{ ... }