Skip to content

Commit

Permalink
docs: Add some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Aug 28, 2023
1 parent a1dfa0e commit a2d5aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,7 +1,10 @@
# Openssl encryption

[![Go Report Card](https://goreportcard.com/badge/github.com/forgoer/openssl)](https://goreportcard.com/report/github.com/forgoer/openssl)
[![Default](https://github.com/forgoer/openssl/workflows/build/badge.svg?branch=master)](https://github.com/forgoer/openssl/actions)
[![Coverage Status](https://coveralls.io/repos/github/forgoer/openssl/badge.svg?branch=master)](https://coveralls.io/github/forgoer/openssl?branch=master)
[![Godoc](https://godoc.org/github.com/forgoer/openssl?status.svg)](https://pkg.go.dev/github.com/forgoer/openssl)
[![Release](https://img.shields.io/github/release/forgoer/openssl.svg)](https://github.com/forgoer/openssl/releases/latest)

A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption

Expand Down

0 comments on commit a2d5aef

Please sign in to comment.