mirror of
https://github.com/yudai/gotty.git
synced 2025-09-22 05:50:48 +02:00
Merge pull request #9 from shingt/fix-typo
Fix typo in starting message
This commit is contained in:
commit
0718fbe7c4
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func (app *App) Run() error {
|
|||
http.HandleFunc("/ws", app.generateHandler())
|
||||
|
||||
url := app.Address + ":" + app.Port
|
||||
log.Printf("Sever is running at %s, command: %s", url, strings.Join(app.Command, " "))
|
||||
log.Printf("Server is running at %s, command: %s", url, strings.Join(app.Command, " "))
|
||||
err := http.ListenAndServe(url, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue