Skip to content

Commit bc680ed

Browse files
authored
Fix http-server filename (#559)
* Fix filename for running the http-server example * Generate the fixed HTML
1 parent 81ec07e commit bc680ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/http-server/http-server.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Run the server in the background.
2-
$ go run http-servers.go &
2+
$ go run http-server.go &
33

44
# Access the `/hello` route.
55
$ curl localhost:8090/hello

public/http-server

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)