mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
add deadlock mutex package
write to deadlock stderr after closing gocui more deadlock checking
This commit is contained in:
10
vendor/github.com/sasha-s/go-deadlock/deadlock_map.go
generated
vendored
Normal file
10
vendor/github.com/sasha-s/go-deadlock/deadlock_map.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// +build go1.9
|
||||
|
||||
package deadlock
|
||||
|
||||
import "sync"
|
||||
|
||||
// Map is sync.Map wrapper
|
||||
type Map struct {
|
||||
sync.Map
|
||||
}
|
Reference in New Issue
Block a user