编辑 2:底部的原始答案现在不正确。链接源文件的正确部分(当前 30/12/2019)是:Gofmt 格式化 Go 程序。它使用制表符进行缩进,使用空白进行对齐。对齐假设编辑器使用的是固定宽度的字体。感谢TehSphinX指出这一点!此行下方的所有信息现在都不正确编辑:底部的原始答案现在不正确。链接源文件的正确部分(当前 25/07/2014)是:Gofmt 格式化 Go 程序。它使用制表符(宽度 = 8)进行缩进,使用空白进行对齐。原始答案(已弃用):Formatting control flags: -comments=true Print comments; if false, all comments are elided from the output. -tabs=true Indent with tabs; if false, spaces are used instead. -tabwidth=8 Tab width in spaces.