Commit Graph

2 Commits

Author SHA1 Message Date
mattmoor-sockpuppet 0f52b96b7a golang format tools (#711)
Produced via:
  `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
  `goimports -w $(find -name '*.go' | grep -v vendor)`
2019-01-07 09:16:41 -08:00
Adam Harwayne 48a13abbfb Event Sources List (#701)
* Initial work on a list of Knative event sources.

* Initial generator code.

* Vendor the yaml.v2 dependency.

* Typo

* Remove new lines.

* Link to Sources.md from README.md.

* Add a warning that this is a generated file to Sources.md.

* Generate README.md, rather than Sources.yaml.

* Rename SourcesTemplate to ReadmeTemplate.

* Rewording.

* Make the generated file message invisible.
2019-01-04 09:05:40 -08:00