Presentation tweaks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Writing a basic HTTP server is very easy using the
|
||||
// Writing a basic HTTP server is easy using the
|
||||
// `net/http` package.
|
||||
package main
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
cc9a1fd34b3735d59f0972af21a26aabfff660c8
|
||||
FVQG_jryhVF
|
||||
ac2909e69be30862bd9f18db954d9ee10f57ec6a
|
||||
8GBAW6yNcbn
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Run the server in the background.
|
||||
$ go run examples/http-servers/http-servers.go &
|
||||
$ go run http-servers.go &
|
||||
|
||||
# Access the `/hello` route.
|
||||
$ curl localhost:8090/hello
|
||||
|
||||
Reference in New Issue
Block a user