You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to confirm the function func Lock(path string) (Handle, error) intends to lock a file instead of a path, right? So the path here is a file path?
Thanks
The text was updated successfully, but these errors were encountered:
Just want to confirm the function
func Lock(path string) (Handle, error)
intends to lock a file instead of a path, right? So the path here is a file path?Thanks
The text was updated successfully, but these errors were encountered: