am new to Go and I encounter some questions, one of them is that how can I avoid implicit cast in Go ?
for example:
type runner interface { run() } ty