package main type Method struct{} func (Method) Run() error { return nil }