1 2 3 4 5 6 7
./testdata/i22600.go 8: func test() { 9: pwd, err := os.Getwd() 10: if err != nil { 14: fmt.Println(pwd) 15: } 20: }