Skip to content

Commit 4541717

Browse files
authored
remove circleci from list (#213)
1 parent a58f3b6 commit 4541717

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ limitations under the License.
1717
# Zipkin Library for Go
1818

1919
[![GHA](https://github.com/openzipkin/zipkin-go/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/openzipkin/zipkin-go/actions/workflows/ci.yml)
20-
[![CircleCI](https://circleci.com/gh/openzipkin/zipkin-go.svg?style=shield)](https://circleci.com/gh/openzipkin/zipkin-go)
2120
[![codecov](https://codecov.io/gh/openzipkin/zipkin-go/branch/master/graph/badge.svg?token=gXdWofFlsq)](https://codecov.io/gh/openzipkin/zipkin-go)
2221
[![Go Report Card](https://goreportcard.com/badge/github.com/openzipkin/zipkin-go)](https://goreportcard.com/report/github.com/openzipkin/zipkin-go)
2322
[![GoDoc](https://godoc.org/github.com/openzipkin/zipkin-go?status.svg)](https://godoc.org/github.com/openzipkin/zipkin-go)
2423
[![Gitter chat](https://badges.gitter.im/openzipkin/zipkin.svg)](https://gitter.im/openzipkin/zipkin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2524
[![Sourcegraph](https://sourcegraph.com/github.com/openzipkin/zipkin-go/-/badge.svg)](https://sourcegraph.com/github.com/openzipkin/zipkin-go?badge)
2625

27-
Zipkin Go is the official Go Tracer / Tracing implementation for Zipkin, supported by the
28-
OpenZipkin community.
26+
Zipkin Go is the official Go Tracer / Tracing implementation for Zipkin,
27+
supported by the OpenZipkin community.
2928

3029
## package organization
3130
`zipkin-go` is built with interoperability in mind within the OpenZipkin
@@ -70,8 +69,8 @@ For convenience `NewClient` is provided which returns a HTTP Client which embeds
7069
calling the `DoWithAppSpan()` method.
7170

7271
#### grpc
73-
Easy to use grpc.StatsHandler middleware are provided for tracing gRPC server and
74-
client requests.
72+
Easy to use grpc.StatsHandler middleware are provided for tracing gRPC server
73+
and client requests.
7574

7675
For a server, pass `NewServerHandler` when calling `NewServer`, e.g.,
7776

0 commit comments

Comments
 (0)