Skip to content

Commit 28c0c91

Browse files
authored
Add chaoss china (#8)
1 parent cd5120f commit 28c0c91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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, 9, len(items))
11+
assert.Equal(t, 10, len(items))
1212
}

pkg/data/subscription.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@
4444
category:
4545
- design
4646
language: English
47+
- rss: http://www.ximalaya.com/album/54433824.xml
48+
title: CHAOSScast_China
49+
summary: 分享与开源社区,指标和度量的用户故事
50+
category:
51+
- opensource
52+
- 开源
53+
- chaoss
54+
language: Chinese

0 commit comments

Comments
 (0)