1 Star 0 Fork 27

AI / advanced-go-programming-book

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
chai2010 提交于 2018-01-01 08:31 . 导入第一章和附录
# Copyright 2016 <chaishushan{AT}gmail.com>. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
#
# fix gitbook build error on macOS(node@8.x and gitbook@2.6.7)
#
# gitbook fetch 3.2.3
# gitbook build --gitbook=3.2.3
#
# https://github.com/GitbookIO/gitbook/issues/1774
# https://github.com/GitbookIO/gitbook-cli/blob/master/README.md
#
default:
gitbook build
macos:
gitbook build --gitbook=3.2.3
server:
go run server.go
clean:
-rm -rf _book
Go
1
https://gitee.com/xiaoyangge/advanced-go-programming-book.git
git@gitee.com:xiaoyangge/advanced-go-programming-book.git
xiaoyangge
advanced-go-programming-book
advanced-go-programming-book
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891