Skip to content

Commit

Permalink
Readme: Add go pkg badge and unit test status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
apourchet committed Jan 9, 2024
1 parent 14f8a9f commit 93f2f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Unit Tests
name: Unit Tests

on: [push]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# httpwrap
----------
[![Go Reference](https://pkg.go.dev/badge/github.com/apourchet/httpwrap.svg)](https://pkg.go.dev/github.com/apourchet/httpwrap)
![Unit Tests Workflow](https://github.com/apourchet/httpwrap/actions/workflows/unit-tests.yml/badge.svg)

`httpwrap` is a thin wrapper around the default http library that lets you compose handlers
and automatically inject outputs into the inputs of the next handler.
Expand Down

0 comments on commit 93f2f54

Please sign in to comment.