/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/file/unc.go
10 строк
191 B
albertony
build: remove build constraint syntax for go 1.16 and older
18 апр 2024, 17:53
18 апр 2024, 17:53
68bf6aa
Код
Авторство
О чём код?
//go:build !windows package file // UNCPath converts an absolute Windows path to a UNC long path. // // It does nothing on non windows platforms func UNCPath(l string) string { return l }