Skip to content

Commit

Permalink
Restful-go: README.md formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soypete authored Oct 2, 2023
1 parent 5689947 commit 0f9a4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restful-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In a main function, create a webserver using the `ListenAndServe()` function. Th

* reference: [go-by-example Https server](https://gobyexample.com/http-servers)

\_ _NOTE_: `ListenAndServe()` is great for prototyping and non-production development. When you are building out your services, make sure you have security in mind. Use a custom `mux`. We will learn more aabout security best practices later on in the course. Check out [Reliable Webservices](../reliable-webservice-go/README.md).
_NOTE_: `ListenAndServe()` is great for prototyping and non-production development. When you are building out your services, make sure you have security in mind. Use a custom `mux`. We will learn more aabout security best practices later on in the course. Check out [Reliable Webservices](../reliable-webservice-go/README.md).

## [Exercise 2](/ex-2-web-frameworks/framework.go) Build a Server Using an opensource Framework

Expand Down

0 comments on commit 0f9a4be

Please sign in to comment.