DEV Community

Discussion on: Building a text editor in Go: Setting up the backend

Collapse
 
phpcoder profile image
Slava Semushin

http.ListenAndServe finally starts the server and listens for requests on the port number provided, (8081) in our case

There is a typo: it's 3000.

Collapse
 
faraazahmad profile image
Syed Faraaz Ahmad

Thank you! it's fixed now