From a53f8ec5370611401925dcf9ef9ce5a80eac53d7 Mon Sep 17 00:00:00 2001 From: lnashier <17622088+lnashier@users.noreply.github.com> Date: Sat, 6 Apr 2024 18:55:19 -0700 Subject: [PATCH] +add readme to toy example --- examples/toyhttp/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/toyhttp/README.md 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 . +```