FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudflared_proxy/token/shell.go at master · AlliotTech/cloudflared_proxy · GitHub
AlliotTech
/
cloudflared_proxy
Public
forked from
cloudflare/cloudflared
Notifications
You must be signed in to change notification settings
Fork
18
Star
49
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudflared_proxy
/
token
/
shell.go
Copy path
More file actions
More file actions
Latest commit
History
History
History
6 lines (5 loc) · 163 Bytes
Breadcrumbs
cloudflared_proxy
/
token
/
shell.go
Copy path
File metadata and controls
6 lines (5 loc) · 163 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
package
token
// OpenBrowser opens the specified URL in the default browser of the user
func
OpenBrowser
(
url
string
)
error
{
return
getBrowserCmd
(
url
).
Start
()
}
Back
|
FazBrowse Home
|
New Git URL