Skip to content

Commit 272fa78

Browse files
committed
badges
1 parent 2f81074 commit 272fa78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Universally Unique Lexicographically Sortable Identifier
22

3+
[![Project status](https://img.shields.io/github/release/rotationalio/ulid.svg?style=flat-square)](https://github.com/rotationalio/ulid/releases/latest)
4+
![Build Status](https://github.com/rotationalio/ulid/actions/workflows/test.yaml/badge.svg)
5+
[![Go Report Card](https://goreportcard.com/badge/rotationalio/ulid?cache=0)](https://goreportcard.com/report/rotationalio/ulid)
6+
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/go.rtnl.ai/ulid)
7+
[![Apache 2 licensed](https://img.shields.io/badge/license-Apache2-blue.svg)](https://raw.githubusercontent.com/oklog/ulid/master/LICENSE)
8+
39
This go module is a derivative work of [github.com/oklog/ulid](https://github.com/oklog/ulid), created under the terms of the [Apache 2](LICENSE). We created this port of the original package because we found ourselves wrapping the package with helper functionality that didn't seem useful to anyone but us. This package is intended for a Rotational audience; if you need ULIDs we do recommend that you use the original package.
410

511
## Install

0 commit comments

Comments
 (0)