소켓 바인딩 권한 부여
This commit is contained in:
7
client/set_permission_windows.go
Normal file
7
client/set_permission_windows.go
Normal file
@ -0,0 +1,7 @@
|
||||
//go:build client && windows
|
||||
|
||||
package client
|
||||
|
||||
func set_permission(path string) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user