From f89dccc6c4bcab8eb9cd7a1a24e0fe31839b08b2 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 3 Nov 2020 12:01:34 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 53a845d..361d041 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ RTree implementation for Go =========================== -[![Build Status](https://travis-ci.org/tidwall/rtree.svg?branch=master)](https://travis-ci.org/tidwall/rtree) [![GoDoc](https://godoc.org/github.com/tidwall/rtree?status.svg)](https://godoc.org/github.com/tidwall/rtree) This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure.