Что будет выведено в результате выполнения программы
package main import "fmt" import "errors" func main(){ do() } func do () (err```