Skip to content

Commit 56a4e8f

Browse files
authoredJul 5, 2018
Update books.js
1 parent fdaf626 commit 56a4e8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎books.js

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ const books = [{
4747
description: 'A high productivity, full-stack web framework for the Go language.',
4848
category: 'golang',
4949
tags: ['golang', 'framework', 'api']
50+
}, {
51+
url: '/books/xorm-zhcn/',
52+
name: 'XORM 操作指南',
53+
description: 'XORM 是一个简单而强大的Go语言ORM框架',
54+
category: 'golang',
55+
cover: 'https://raw.githubusercontent.com/go-xorm/manual-zh-CN/master/cover.jpg',
56+
tags: ['golang', 'db', 'orm', 'xorm']
5057
}, {
5158
url: '/books/dubbo/',
5259
name: 'Dubbo 用户文档',

0 commit comments

Comments
 (0)