Skip to content

Commit

Permalink
+add readme to toy example
Browse files Browse the repository at this point in the history
  • Loading branch information
lnashier committed Apr 7, 2024
1 parent b2cf9b3 commit a53f8ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/toyhttp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Toy HTTP App

# Build & Run

```shell
go build -o bin/ .
./bin/toyhttp
```

# Run

```shell
go run .
```

0 comments on commit a53f8ec

Please sign in to comment.