This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2025-02-03 00:38:40 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b8206fb46a
go-zero
/
tools
/
goctl
/
util
/
pathx
/
readlink+polyfill.go
8 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
fix symlink issue on windows for goctl (#1034) * fix symlink issue on windows for goctl * move readlink into separate file
2021-09-13 11:49:07 +08:00
//go:build windows
refactor file|path (#1409) Co-authored-by: anqiansong <anqiansong@bytedance.com>
2022-01-03 21:32:40 +08:00
package
pathx
fix symlink issue on windows for goctl (#1034) * fix symlink issue on windows for goctl * move readlink into separate file
2021-09-13 11:49:07 +08:00
func
ReadLink
(
name
string
)
(
string
,
error
)
{
return
name
,
nil
}
Reference in New Issue
Copy Permalink