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