Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: astaxie/build-web-application-with-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: conanca/build-web-application-with-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 29, 2013

  1. Configuration menu
    Copy the full SHA
    9ea6ec7 View commit details
    Browse the repository at this point in the history
  2. “共有”改为“公有”

    1.跟前文一致。
    2.根据谷歌搜索关键字:“私有 公有 字段” 和“私有 共有 字段”,前者结果数目较多。
    conanca committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    b976a77 View commit details
    Browse the repository at this point in the history
  3. 将前6个示例代码由伪代码改为能实际运行的代码

    本书作为入门型书籍,最好出现的示例代码都是能实际运行的代码。便于初学者理解学习,否则很难分清楚什么是关键字什么是示例用的变量名。
    原文中前6个示例代码都因为关键字等问题无法运行,而本书之后出现的代码基本都可以运行。
    不明白这6个示例代码仅是为了叙述“定义变量”的格式而这么写吗?为什么不跟之后统一起来都能运行呢?或者可以考虑用另一种字体(如加粗斜体)来说明格式。
    拙劣的改了一下,希望能一起讨论这个问题。
    conanca committed Oct 29, 2013
    Configuration menu
    Copy the full SHA
    3363378 View commit details
    Browse the repository at this point in the history
Loading