mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 17:52:24 +00:00
- Change package name general_server to gateway - Changing the structure of directories and packages - Adding vendor to the project
8 lines
92 B
Go
8 lines
92 B
Go
//go:build !windows
|
|
|
|
package internal
|
|
|
|
func HasPrivilegesForSymlink() bool {
|
|
return true
|
|
}
|