We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdde9f commit 914547bCopy full SHA for 914547b
1 file changed
main.go
@@ -129,5 +129,6 @@ func main() {
129
c.Data(http.StatusOK, "text/html; charset=utf-8", indexHTML)
130
})
131
132
+ fmt.Printf("Github:https://github.com/eooce/webssh\n")
133
server.Run(fmt.Sprintf(":%d", *port))
134
}
0 commit comments