Presentation tweaks

This commit is contained in:
Mark McGranaghan
2019-06-04 07:50:21 -07:00
parent 573cb47955
commit d1886245ba
4 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -1,2 +1,2 @@
cc9a1fd34b3735d59f0972af21a26aabfff660c8
FVQG_jryhVF
ac2909e69be30862bd9f18db954d9ee10f57ec6a
8GBAW6yNcbn

View File

@@ -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