소켓 바인딩 권한 부여

This commit is contained in:
2023-11-23 12:36:57 +09:00
parent 882d35d604
commit 3208eba280
6 changed files with 40 additions and 4 deletions

View File

@ -0,0 +1,7 @@
//go:build client && windows
package client
func set_permission(path string) error {
return nil
}