Какие логические значения будут у методов checkErr() в функции main()
import ( "fmt" ) type errorString struct { s string } func (e```