gopl.io

Example programs from "The Go Programming Language"

Github星跟踪图

The Go Programming Language

This repository provides the downloadable example programs
for the book, "The Go Programming Language"; see http://www.gopl.io.

These example programs are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

You can download, build, and run the programs with the following commands:

$ export GOPATH=$HOME/gobook            # choose workspace directory
$ go get gopl.io/ch1/helloworld         # fetch, build, install
$ $GOPATH/bin/helloworld                # run
Hello, 世界

Many of the programs contain comments of the form //!+ and //!-.
These comments bracket the parts of the programs that are excerpted in the
book; you can safely ignore them. In a few cases, programs
have been reformatted in an unnatural way so that they can be presented
in stages in the book.

主要指标

概览
名称与所有者adonovan/gopl.io
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证
所有者活动
创建于2015-02-03 02:11:05
推送于2024-08-10 11:13:10
最后一次提交2021-10-04 11:48:05
发布数0
用户参与
星数7.9k
关注者数262
派生数2.8k
提交数35
已启用问题?
问题数0
打开的问题数0
拉请求数2
打开的拉请求数10
关闭的拉请求数33
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?