package main type Testinger interface { Method(input string) error }