Skip to content

Commit bc33f8b

Browse files
authored
Add podcast rss of The ReadME Podcast (#9)
* Add podcast rss of The ReadME Podcast * Update source_test.go
1 parent 8bf22ef commit bc33f8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pkg/data/source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ import (
88
func TestGetRSSSources(t *testing.T) {
99
items, err := GetRSSSources()
1010
assert.Nil(t, err)
11-
assert.Equal(t, 10, len(items))
11+
assert.Equal(t, 11, len(items))
1212
}

pkg/data/subscription.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@
5252
- 开源
5353
- chaoss
5454
language: Chinese
55+
- rss: https://anchor.fm/s/5a87b0f4/podcast/rss
56+
title: The ReadME Podcast
57+
summary:
58+
category:
59+
- opensource
60+
- github
61+
language: English

0 commit comments

Comments
 (0)