diff --git a/docs/programming.md b/docs/programming.md index 53fa1d8f67..452abe75c1 100644 --- a/docs/programming.md +++ b/docs/programming.md @@ -277,6 +277,12 @@ GitHub 官方也提供了一些 RSS: +## GoCN + +### 文章 + + + ## Hacker News ### 分区 @@ -974,9 +980,3 @@ GitHub 官方也提供了一些 RSS: ### 热门 - -## GoCN - -### 文章 - - diff --git a/lib/v2/gocn/maintainer.js b/lib/v2/gocn/maintainer.js index 0a378594b1..b0e69d17de 100644 --- a/lib/v2/gocn/maintainer.js +++ b/lib/v2/gocn/maintainer.js @@ -1,3 +1,3 @@ module.exports = { '/': ['AtlanCI'], -}; \ No newline at end of file +}; diff --git a/lib/v2/gocn/router.js b/lib/v2/gocn/router.js index 924b16fb74..dd75f3bd3e 100644 --- a/lib/v2/gocn/router.js +++ b/lib/v2/gocn/router.js @@ -1,3 +1,3 @@ module.exports = function (router) { router.get('/', require('./topics')); -}; \ No newline at end of file +};