Files
RSSHub/lib/v2/studygolang/radar.js
CcccFz 99856214aa feat(route): GoCN招聘、Go语言中文网招聘 (#10443)
* feat(route): GoCn招聘、Go语言中文网招聘

* fix: typo

* fix: timezone

Co-authored-by: pull[bot] <39814207+pull[bot]@users.noreply.github.com>
2022-08-11 20:03:03 +08:00

14 lines
346 B
JavaScript

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