From ac5eccae1eda5db2d39c66d78718477d290cd656 Mon Sep 17 00:00:00 2001 From: houseme Date: Tue, 10 Aug 2021 17:56:27 +0800 Subject: [PATCH] [feature] improve code --- .github/workflows/go.yml | 2 +- README.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b56312c..fa83176 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -name: Go +name: GoCrypto CI on: push: diff --git a/README.md b/README.md index 2bef169..4578fee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ # GoCrypto使用说明 +[![Go Reference](https://pkg.go.dev/badge/github.com/houseme/gocrypto.svg)](https://pkg.go.dev/github.com/houseme/gocrypto) +[![GoCrypto CI](https://github.com/houseme/gocrypto/actions/workflows/go.yml/badge.svg)](https://github.com/houseme/gocrypto/actions/workflows/go.yml) +[![GitHub](https://img.shields.io/github/license/houseme/gocrypto)](https://github.com/houseme/gocrypto) +![GitHub go.mod Go version (branch)](https://img.shields.io/github/go-mod/go-version/houseme/gocrypto/main) + ## 特别说明 -based on https://github.com/farmerx/gorsa,https://github.com/yuchenfw/gocrypt Optimized the following points for packaging: +based on https://github.com/farmerx/gorsa, https://github.com/yuchenfw/gocrypt Optimized the following points for packaging: - Optimization of public and private keys requires registration and initialization in advance. - The encryption machine does not perform base64 processing, and avoids secondary encapsulation of base64 during cross-program transfer or storage - The incoming return uses the string type uniformly to avoid conversion trouble