gobyexample/066-http-server-static-dynamic/http-server-static-dynamic.sh
Mark McGranaghan 5f9b4d2eb4 lmao it worked
2012-09-23 13:11:11 -07:00

7 lines
171 B
Bash

$ cd src
$ go run xx-http-server-static-dynamic.go
$ curl http://127.0.0.1:5000/hello
$ curl http://127.0.0.1:5000/static
$ curl http://127.0.0.1:5000/static/01-hello.go