This website requires JavaScript.
Explore
Help
Register
Sign In
zlei6
/
go-zero
Watch
1
Star
0
Fork
0
You've already forked go-zero
mirror of
https://github.com/zeromicro/go-zero.git
synced
2026-05-09 16:10:00 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
copilot/fix-sse-code-missing-parameters
Add File
New File
Apply Patch
go-zero
/
tools
/
goctl
/
util
/
pathx
/
readlink+polyfill.go
8 lines
100 B
Go
Raw
Permalink
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