Need to check my own PID. Also, `os.ErrPermission` (or `syscall.EPERM`) means the process is still alive! https://github.com/ncruces/go-sqlite3/blob/b7dd23463801034694b567e57c9bad8f3da9df55/internal/dotlk/dotlk_unix.go#L44
Need to check my own PID.
Also,
os.ErrPermission(orsyscall.EPERM) means the process is still alive!go-sqlite3/internal/dotlk/dotlk_unix.go
Line 44 in b7dd234