6 lines
150 B
Bash
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
|