diff --git a/data/go/tool.ts b/data/go/tool.ts index 80681d5609d87b1982ef9097fb1cddf00e85cd53..576ca362fd03dc33fd2977f6ebd9bc9fa06073b3 100644 --- a/data/go/tool.ts +++ b/data/go/tool.ts @@ -50,6 +50,12 @@ export default { 'https://github.com/jaegertracing/jaeger' ] }, + { + icon: 'https://avatars1.githubusercontent.com/u/19232073?s=200&v=4', + name: 'delve', + desc: 'Delve是Go编程语言的调试器。', + link: 'https://github.com/go-delve/delve', + }, ] }, ] diff --git a/data/python/reference.ts b/data/python/reference.ts index e532a6b6f4c4ac753fc83346a326d8c68a18669e..8a1ac8d23a29209c1c716d35002d90372c1b55a2 100644 --- a/data/python/reference.ts +++ b/data/python/reference.ts @@ -34,6 +34,12 @@ export default { desc: '一些有趣且鲜为人知的 Python 特性.', link: 'https://github.com/satwikkansal/wtfpython', }, + { + icon: 'https://www.python.org/static/favicon.ico', + name: 'awesome-python-cn', + desc: 'Python 资源大全中文版', + link: 'https://github.com/jobbole/awesome-python-cn', + }, ] }, ]