DEBSOURCES
Skip Quicknav
sources / golang-ginkgo / 1.2.0%2Bgit20161006.acfa16a-1 / integration / _fixtures / flags_tests / flags.go
123456789
package flags func Tested() string { return "tested" } func Untested() string { return "untested" }