This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
YFKJ_EmbeddedSoftwareTeam
/
rtu_linux_modules
Seguir
2
Destacar
0
Fork
1
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
d28ed6d0bc
Ramas
Etiquetas
master
rtu_linux_mo...
/
vendor
/
github.com
/
alexflint
/
go-filemutex
/
filemutex.go
filemutex.go
92 B
Histórico
Raw
1
2
3
4
5
package filemutex
import "errors"
var AlreadyLocked = errors.New("lock already acquired")