Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 525 Bytes

cmd GoDoc

The cmd module provides simple support from a single command to have many subcommands.

Requirements

cmd requires at least Go 1.9. There are no external dependencies.

Credits

The implementation is based on the one used in the go tool, adapted from src/cmd/go/internal/base/base.go and src/cmd/go/main.go in the Go source distribution.

Copyright 2017 The Go Authors. All rights reserved.