1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-12-03 07:00:01 +00:00
catalog/task/kythe-go/0.1/README.md

19 lines
471 B
Markdown
Raw Normal View History

# Kythe
These `Tasks` are [Kythe](https://kythe.io) tasks to generating annotations for
source code.
## `kythe-go`
The `kythe-go` `Task` runs the
[Kythe Go extractor](https://github.com/kythe/kythe/tree/master/kythe/go/extractors/cmd/gotool)
for the given package, placing the resulting kzips in the `output` workspace.
### Workspaces
- **output**: A workspace for this Task to place kzip outputs into.
### Parameters
- **package**: Go package pattern to analyze.