feat(route): add Go语言中文网板块 (#12274)

This commit is contained in:
Ethan Shen
2023-04-11 05:30:52 +08:00
committed by GitHub
parent ddb81b9eee
commit a5a3afa4bd
8 changed files with 104 additions and 65 deletions

5
lib/v2/studygolang/go.js Normal file
View File

@@ -0,0 +1,5 @@
const { FetchGoItems } = require('./utils');
module.exports = async (ctx) => {
ctx.state.data = await FetchGoItems(ctx);
};