PHP » GoLang |
login |
register |
about
|
realpathrealpath[code]
func Realpath(path string) (string, error) {
return filepath.Abs(path)
}
[/code]
|