mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
parent
bcd6c733b2
commit
d7106f280d
7 changed files with 196 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ func main() {
|
|||
const (
|
||||
tabWidth = 8
|
||||
parserMode = parser.ParseComments
|
||||
printerMode = printer.TabIndent
|
||||
printerMode = printer.TabIndent | printer.UseSpaces
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue