Skip to content

Commit 8c117c3

Browse files
authored
Add badge for go reference (#195)
As opposed to referring to it in the text.
1 parent 55051eb commit 8c117c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# S2 geometry library in Go
22

3-
[![Go Build and Test](https://github.com/golang/geo/actions/workflows/go.yml/badge.svg)](https://github.com/golang/geo/actions/workflows/go.yml) [![CodeQL](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql) [![golangci-lint](https://github.com/golang/geo/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/golang/geo/actions/workflows/golangci-lint.yml) [![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/golang/geo?label=OpenSSF%20Scorecard&style=flat)](https://scorecard.dev/viewer/?uri=github.com/golang/geo)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/golang/geo.svg)](https://pkg.go.dev/github.com/golang/geo) [![Go Build and Test](https://github.com/golang/geo/actions/workflows/go.yml/badge.svg)](https://github.com/golang/geo/actions/workflows/go.yml) [![CodeQL](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/golang/geo/actions/workflows/github-code-scanning/codeql) [![golangci-lint](https://github.com/golang/geo/actions/workflows/golangci-lint.yml/badge.svg)](https://github.com/golang/geo/actions/workflows/golangci-lint.yml) [![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/golang/geo?label=OpenSSF%20Scorecard&style=flat)](https://scorecard.dev/viewer/?uri=github.com/golang/geo)
44

55
S2 is a library for spherical geometry that aims to have the same robustness,
66
flexibility, and performance as the best planar geometry libraries.
@@ -81,8 +81,6 @@ to geography are not part of the core library (e.g. easting/northing
8181
conversions, ellipsoid approximations, geodetic vs. geocentric coordinates,
8282
etc).
8383

84-
See https://pkg.go.dev/github.com/golang/geo for specific package documentation.
85-
8684
For an analogous library in C++, see https://github.com/google/s2geometry, in
8785
Java, see https://github.com/google/s2-geometry-library-java, and Python, see
8886
https://github.com/google/s2geometry/tree/master/src/python

0 commit comments

Comments
 (0)