Discover Packages
github.com/buraksezer/gdoc
cmd
package
Version:
v0.0.0-...-57c389b
Opens a new window with list of versions in this module.
Published: Mar 8, 2018
License: GPL-3.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute uses the args (os.Args[1:] by default) and run through the command tree finding
appropriate matches for commands and then corresponding flags.
type Result struct {
Name string `json:"name"`
Path string `json:"path"`
ImportCount int `json:"import_count"`
Synopsis string `json:"synopsis"`
Stars int `json:"stars"`
Score float64 `json:"score"`
}
Result represents an item in query result.
type Results struct {
Results []Result
}
Results carries Result items from GoDoc.org
Source Files
¶
Click to show internal directories.
Click to hide internal directories.