Skip to content

Commit

Permalink
adding IDto atom feed
Browse files Browse the repository at this point in the history
  • Loading branch information
t-900-a committed Apr 4, 2021
1 parent 6d2f60c commit c42daa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ func main() {
Link: websiteLink,
Items: feedItems,
Updated: ti.Format("2006-01-02T15:04:05Z"),
ID: fileName,
}
atomFile, err := xml.MarshalIndent(feed, "", " ")
if err != nil {
Expand Down

0 comments on commit c42daa2

Please sign in to comment.