mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
feat(route): add Go语言中文网板块 (#12274)
This commit is contained in:
5
lib/v2/studygolang/go.js
Normal file
5
lib/v2/studygolang/go.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { FetchGoItems } = require('./utils');
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
ctx.state.data = await FetchGoItems(ctx);
|
||||
};
|
||||
Reference in New Issue
Block a user