mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-07 22:02:56 +03:00
go-deadlock version bump to fix crash with go 1.23
This commit is contained in:
3
vendor/github.com/petermattis/goid/runtime_gccgo_go1.8.go
generated
vendored
3
vendor/github.com/petermattis/goid/runtime_gccgo_go1.8.go
generated
vendored
@@ -1,8 +1,9 @@
|
||||
//go:build gccgo && go1.8
|
||||
// +build gccgo,go1.8
|
||||
|
||||
package goid
|
||||
|
||||
// https://github.com/gcc-mirror/gcc/blob/gcc-7-branch/libgo/go/runtime/runtime2.go#L329-L422
|
||||
// https://github.com/gcc-mirror/gcc/blob/releases/gcc-7/libgo/go/runtime/runtime2.go#L329-L354
|
||||
|
||||
type g struct {
|
||||
_panic uintptr
|
||||
|
Reference in New Issue
Block a user