Skip to content

Commit 35ba0ae

Browse files
committed
add goreportcard report
1 parent 172b3a0 commit 35ba0ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Documentation](https://godoc.org/github.com/mmadfox/go-h3geo-dist?status.svg)](https://pkg.go.dev/github.com/mmadfox/go-h3geo-dist)
44
[![Coverage Status](https://coveralls.io/repos/github/mmadfox/go-h3geo-dist/badge.svg?branch=main)](https://coveralls.io/github/mmadfox/go-h3geo-dist?branch=main&1)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/mmadfox/go-h3geo-dist)](https://goreportcard.com/report/github.com/mmadfox/go-h3geo-dist)
56

67
Distribution of [Uber H3geo](https://h3geo.org/) cells by nodes
78

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/mmadfox/go-h3geo-dist
22

3-
go 1.17
3+
go 1.18
44

55
require github.com/uber/h3-go/v3 v3.7.1 // indirect

0 commit comments

Comments
 (0)