this.isMin.uk
func main() { dest1: fmt.Println("Hello, playground") goto dest1 // goto dest2 -> dest2 not defined error } func x() { // dest2: -> dest2 defined and not used error return }