I'm fairly new to programming and I am learning with Go. I want to rename a shared folder on my network, which I can do, but before doing so I want to ensure that no one has it open. If anyone has the folder open I want to be able to close that session in my Go program. I combed through the Go packages and wasn't able to find anything. Is it even possible with Go or will I need to call some plugin from my program? Thanks!