package main // interface define 元音 type VowelsFinder interface { FindVowels() []rune } func main() { }