llgo/ssa/abi: PathOf fix - support trim PatchPathPrefix
This commit is contained in:
8
cl/_testlibgo/errors/in.go
Normal file
8
cl/_testlibgo/errors/in.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func main() {
|
||||
err := errors.New("error")
|
||||
panic(err)
|
||||
}
|
||||
Reference in New Issue
Block a user