gobyexample/081-http-server-static/http-server-static.sh
Mark McGranaghan d7045c962c index
2012-09-23 17:49:22 -07:00

6 lines
150 B
Bash

$ go run http-server-static.go
$ curl http://127.0.0.1:5000/
$ curl http://127.0.0.1:5000/http-server-static.go
$ curl http://127.0.0.1:5000/missing