From 69d4398dd965c56d41b29e64beb3045197c24ba5 Mon Sep 17 00:00:00 2001 From: Louis <6653109+artonge@users.noreply.github.com> Date: Thu, 8 Oct 2020 16:23:26 +0200 Subject: [PATCH] Add project status to the README (#17) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e06a89..9851ad7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # go-gtfs -Load GTFS files in golang +Load GTFS files in Go. [![godoc for artonge/go-gtfs](https://godoc.org/github.com/artonge/go-gtfs?status.svg)](http://godoc.org/github.com/artonge/go-gtfs) -[![Build Status](https://travis-ci.org/artonge/go-gtfs.svg?branch=master)](https://travis-ci.org/artonge/go-gtfs) -![cover.run go](https://cover.run/go/github.com/artonge/go-gtfs.svg) +![Go](https://github.com/artonge/go-gtfs/workflows/Go/badge.svg) [![goreportcard for artonge/go-gtfs](https://goreportcard.com/badge/github.com/artonge/go-gtfs)](https://goreportcard.com/report/artonge/go-gtfs) -[![Sourcegraph for artonge/go-gtfs](https://sourcegraph.com/github.com/artonge/go-gtfs/-/badge.svg)](https://sourcegraph.com/github.com/artonge/go-gtfs?badge) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) +**The project is in maintenance mode.** + +It is kept compatible with changes in the Go ecosystem but no new features will be developed. PR could be accepted. # Install `go get github.com/artonge/go-gtfs`