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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?