diff options
author | Yuchen Wu <[email protected]> | 2023-05-08 10:10:40 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2023-05-08 10:33:45 -0700 |
commit | 0bca116c1027a878469b72352e1e9e3916e85dde (patch) | |
tree | 9d4474666644fc24798513f850f2f17bc04885a8 /README.md | |
download | pingora-0bca116c1027a878469b72352e1e9e3916e85dde.tar.gz pingora-0bca116c1027a878469b72352e1e9e3916e85dde.zip |
Pingora-limits initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbfaf2e --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Pingora + +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + +A library for building fast, reliable and evolvable network services. |