car*_*000 4 go

我正在阅读源代码goto,我在goto/talk/0/main.go中找到了以下代码:

http.Redirect(w, r, url, http.StatusFound)
Run Code Online (Sandbox Code Playgroud)
url
Redirect
http.Redirect

那么如何在golang中进行绝对路径重定向呢?我搜索了互联网,但没有发现任何人,有人可以帮助我吗?提前致谢.