gopl.io

Example programs from "The Go Programming Language"

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Owneradonovan/gopl.io
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:
所有者活动
Created At2015-02-03 02:11:05
Pushed At2024-08-10 11:13:10
Last Commit At2021-10-04 11:48:05
Release Count0
用户参与
Stargazers Count7.9k
Watchers Count262
Fork Count2.8k
Commits Count35
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count2
Pull Requests Open Count10
Pull Requests Close Count33
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private