diff --git a/examples/toyhttp/README.md b/examples/toyhttp/README.md new file mode 100644 index 0000000..c281910 --- /dev/null +++ b/examples/toyhttp/README.md @@ -0,0 +1,14 @@ +# Toy HTTP App + +# Build & Run + +```shell +go build -o bin/ . +./bin/toyhttp +``` + +# Run + +```shell +go run . +```