diff --git a/README.md b/README.md index 7ee1282..97668a9 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # progressbar + +[![build](https://github.com/oerlikon/progressbar/actions/workflows/ci.yml/badge.svg)](https://github.com/oerlikon/progressbar/actions/workflows/ci.yml) +[![Go Report](https://goreportcard.com/badge/github.com/oerlikon/progressbar/v3)](https://goreportcard.com/report/github.com/oerlikon/progressbar/v3) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Go Docs](https://img.shields.io/badge/docs-pkg.go.dev-007d9c)](https://pkg.go.dev/github.com/oerlikon/progressbar/v3) + +This repo is a significantly patched permanent fork of [github.com/schollz/progressbar](https://github.com/schollz/progressbar). diff --git a/go.mod b/go.mod index 06ec710..fb7a4ea 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/schollz/progressbar/v3 +module github.com/oerlikon/progressbar/v3 go 1.19