doutan2456 2016-07-13 11:25
浏览 104
已采纳

golang中的//!+ //!-这些标记是什么?

I am reading The Go Programming Language, and while browsing the source code I find certain tags, like:

//!+
//!-

or

//!+main
//!-main

Do they mean something to the compiler?

  • 写回答

3条回答 默认 最新

  • douzhanglu4591 2016-07-13 14:47
    关注

    No, those comments don't mean something to the Go compiler. As stated in the gopl.io project's README.md:

    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.

    For instance all code between the two snippets //!+bytecounter and //!-bytecounter are in the gopl.io/ch7/bytecounter snippet shown on p. 173 of the book.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 有关结冰模拟程序咨询
  • ¥15 ubuntu服务器配置dns域名后无法访问其他域名
  • ¥50 本人复制了一个关于股票指标的代码,但是运行失败,有没有人帮我解决一下
  • ¥50 用matlab和numeca做透平机械流体力学和热力学模拟 价格可议
  • ¥15 Unity3D WebView
  • ¥20 论文AlphaTensor复现(有偿)
  • ¥15 (有偿)在ANSYS中 .anf文件
  • ¥45 关于#芯片#的问题:组合逻辑电路设计
  • ¥15 基与机器学习和时间序列分析预测养老服务需求趋势
  • ¥100 求连续两帧图像在水平和垂直上偏移