2
0
mirror of https://github.com/soheilhy/cmux.git synced 2024-09-19 18:45:48 +08:00

Fix the broken godoc status link in README

This commit is contained in:
Soheil Hassas Yeganeh 2015-07-29 13:57:51 -04:00
parent 754f5b897d
commit 2863fc463a

View File

@ -1,4 +1,5 @@
# cmux: Connection Mux ![Travis Build Status](https://api.travis-ci.org/soheilhy/args.svg?branch=master "Travis Build Status") ![GoDoc](https://godoc.org/github.com/soheilhy/cmux?status.png)
# cmux: Connection Mux ![Travis Build Status](https://api.travis-ci.org/soheilhy/args.svg?branch=master "Travis Build Status") [![GoDoc](https://godoc.org/github.com/soheilhy/cmux?status.svg)](http://godoc.org/github.com/soheilhy/cmux)
cmux is a generic Go library to multiplex connections based on
their content. Using cmux, one can serve gRPC, HTTP, and Go RPC
on the same TCP listener to avoid having to use one port per