module.exports = { 'studygolang.com': { _name: 'Go 语言中文网', '.': [ { title: '板块', docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang', source: ['/go/:id', '/'], target: '/studygolang/go/:id?', }, { title: '招聘', docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang', source: ['/go/jobs', '/'], target: '/studygolang/go/jobs', }, { title: '周刊', docs: 'https://docs.rsshub.app/routes/programming#go-yu-yan-zhong-wen-wang', source: ['/go/weekly', '/'], target: '/studygolang/go/weekly', }, ], }, };