Fix the broken godoc status link in README
This commit is contained in:
parent
754f5b897d
commit
2863fc463a
|
@ -1,4 +1,5 @@
|
||||||
# cmux: Connection Mux  
|
# cmux: Connection Mux  [](http://godoc.org/github.com/soheilhy/cmux)
|
||||||
|
|
||||||
cmux is a generic Go library to multiplex connections based on
|
cmux is a generic Go library to multiplex connections based on
|
||||||
their content. Using cmux, one can serve gRPC, HTTP, and Go RPC
|
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
|
on the same TCP listener to avoid having to use one port per
|
||||||
|
|
Loading…
Reference in New Issue