README
luci-go: LUCI in Go: LUCI support tool code
Code layout
- /tools/cmd/... contains the individual tools.
- /tools/internal/...
contains shared internal packages for use by other packages in this
repository that are not meant to be used by other packages outside
/tools/...
. See https://golang.org/s/go14internal for more details.
Directories
Path | Synopsis |
---|---|
cmd
|
|
apigen
Package main hosts the Cloud Endpoints API generator utility.
|
Package main hosts the Cloud Endpoints API generator utility. |
assets
Package main hosts the utility that converts binary assets into assets.gen.go file, so that they can be baked directly into the executable.
|
Package main hosts the utility that converts binary assets into assets.gen.go file, so that they can be baked directly into the executable. |
bqschemaupdater
Command bqschemaupdater accepts location and schema of a BigQuery table and creates or updates the table.
|
Command bqschemaupdater accepts location and schema of a BigQuery table and creates or updates the table. |
gorun
Package main defines the `gorun` tool, a shorthand tool to extend the "go run"-like convenience to packages.
|
Package main defines the `gorun` tool, a shorthand tool to extend the "go run"-like convenience to packages. |
internal
|
|