Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: use consistent indentation in 'go help' #9809

Closed
rsc opened this issue Feb 8, 2015 · 0 comments
Closed

cmd/go: use consistent indentation in 'go help' #9809

rsc opened this issue Feb 8, 2015 · 0 comments
Milestone

Comments

@rsc
Copy link
Contributor

rsc commented Feb 8, 2015

The usage line has a tab but the command listings are 4 spaces. Fix. Probably the usage should be 4 spaces too.

g% go help
Go is a tool for managing Go source code.

Usage:

    go command [arguments]

The commands are:

    build       compile packages and dependencies
    clean       remove object files
    env         print Go environment information
    fix         run go tool fix on packages
    fmt         run gofmt on package sources
    generate    generate Go files by processing source
    get         download and install packages and dependencies
    install     compile and install packages and dependencies
    list        list packages
    run         compile and run Go program
    test        test packages
    tool        run specified go tool
    version     print Go version
    vet         run go tool vet on packages

Use "go help [command]" for more information about a command.

Additional help topics:

    c           calling between Go and C
    filetype    file types
    gopath      GOPATH environment variable
    importpath  import path syntax
    packages    description of package lists
    testflag    description of testing flags
    testfunc    description of testing functions

Use "go help [topic]" for more information about that topic.

g%
@rsc rsc added this to the Go1.5 milestone Feb 8, 2015
@minux minux closed this as completed in 3813799 Feb 13, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants