mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
10 lines
173 B
Go
10 lines
173 B
Go
//go:build !windows
|
|
|
|
package self_check
|
|
|
|
import "github.com/0xJacky/Nginx-UI/internal/nginx"
|
|
|
|
func resolvePath(path ...string) string {
|
|
return nginx.GetConfPath(path...)
|
|
}
|