DEBSOURCES
Skip Quicknav
sources / golang-ginkgo / 1.16.5-5 / integration / _fixtures / flags_tests / flags.go
123456789
package flags func Tested() string { return "tested" } func Untested() string { return "untested" }