atom/atom.go

9 lines
111 B
Go

package atomfeed
type (
EmailAddress string
LanguageTag string
MediaType string
URI string
)