Files
RSSHub/lib/v2/studygolang/go.js
2023-04-10 18:30:52 -03:00

6 lines
129 B
JavaScript

const { FetchGoItems } = require('./utils');
module.exports = async (ctx) => {
ctx.state.data = await FetchGoItems(ctx);
};