Added more error handling and necessary functions

This commit is contained in:
2024-10-19 12:28:09 +02:00
parent d4e7bce5e2
commit f4dfd6d060
22 changed files with 317 additions and 122 deletions

View File

@@ -14,9 +14,9 @@ go get git.streifling.com/jason/atom@latest
## Usage
This library provides easy to use functions to safely create and extend elements
and attributes of an Atom feed. The intended way of using it entails using these
functions.
This library provides convenient functions to safely create and extend elements
and attributes of an Atom feed. This is because it can be hard to know all
pitfalls of RFC4287. The intended way of using atom is with these functions.
```go
package main