Skip to content

Commit e5cf4e1

Browse files
author
Jeffrey D. King
committed
migraged from Travis CI to CircleCI
1 parent 5cf9c83 commit e5cf4e1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
# go-errors
22

3-
[![Build Status](https://travis-ci.com/weathersource/go-errors.svg?branch=master)](https://travis-ci.com/weathersource/go-errors)
4-
[![Codevov](https://img.shields.io/codecov/c/github/weathersource/go-errors.svg)](https://codecov.io/gh/weathersource/go-errors)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/weathersource/go-errors)](https://goreportcard.com/report/github.com/weathersource/go-errors)
3+
[![CircleCI](https://circleci.com/gh/weathersource/go-errors.svg?style=shield)](https://circleci.com/gh/weathersource/go-errors)
64
[![GoDoc](https://img.shields.io/badge/godoc-ref-blue.svg)](https://godoc.org/github.com/weathersource/go-errors) |
75

86
Package errors is a robust and easy-to-use error package. It supports verbosity levels, maintains causal errors, implements stack tracing,
9-
maps to common HTTP error codes, exposes temporary and timeout errors, implements JSON marshalling, and is GRPC compatible.
7+
maps to common HTTP error codes, exposes temporary and timeout errors, implements JSON marshalling, and is GRPC compatible.
108

119
This package started [github.com/goware/errorx](https://github.com/goware/errorx) and grew from there.

0 commit comments

Comments
 (0)