Skip to content

Commit

Permalink
docs: Update README.md & License (#61)
Browse files Browse the repository at this point in the history
* chore(utils): rename `helper` to `utils`

Signed-off-by: Flc゛ <[email protected]>

* docs: Update README.md & License
Signed-off-by: Flc゛ <[email protected]>

Signed-off-by: Flc゛ <[email protected]>

---------

Signed-off-by: Flc゛ <[email protected]>
  • Loading branch information
flc1125 authored Jan 5, 2024
1 parent 23c9901 commit db4a6d1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Go Packagist (https://github.com/flc1125, https://flc.io)
Copyright (c) 2023 Go Kratos Ecosystem (https://github.com/flc1125, https://flc.io)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
37 changes: 26 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# go-kratos-components
# Go Kratos Components

[![Go Version](https://badgen.net/github/release/go-packagist/go-kratos-components/stable)](https://github.com/go-packagist/go-kratos-components/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/go-packagist/go-kratos-components)](https://pkg.go.dev/github.com/go-packagist/go-kratos-components)
[![codecov](https://codecov.io/gh/go-packagist/go-kratos-components/branch/1.x/graph/badge.svg?token=5TWGQ9DIRU)](https://codecov.io/gh/go-packagist/go-kratos-components)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-packagist/go-kratos-components)](https://goreportcard.com/report/github.com/go-packagist/go-kratos-components)
[![tests](https://github.com/go-packagist/go-kratos-components/actions/workflows/go.yml/badge.svg)](https://github.com/go-packagist/go-kratos-components/actions/workflows/go.yml)
[![Go Version](https://badgen.net/github/release/go-kratos-ecosystem/components/stable)](https://github.com/go-kratos-ecosystem/components/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/go-kratos-ecosystem/components)](https://pkg.go.dev/github.com/go-kratos-ecosystem/components)
[![codecov](https://codecov.io/gh/go-kratos-ecosystem/components/branch/1.x/graph/badge.svg?token=5TWGQ9DIRU)](https://codecov.io/gh/go-kratos-ecosystem/components)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-kratos-ecosystem/components)](https://goreportcard.com/report/github.com/go-kratos-ecosystem/components)
[![lint](https://github.com/go-kratos-ecosystem/components/actions/workflows/lint.yml/badge.svg)](https://github.com/go-kratos-ecosystem/components/actions/workflows/lint.yml)
[![tests](https://github.com/go-kratos-ecosystem/components/actions/workflows/test.yml/badge.svg)](https://github.com/go-kratos-ecosystem/components/actions/workflows/test.yml)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)

## Installation
Expand All @@ -15,15 +16,29 @@ go get github.com/go-kratos-ecosystem/components/v2

## Components

- [bytes](bytes)
- [cache](cache)
- [codec](codec)
- [contract](contract)
- [crontab](crontab)
- [debug](debug)
- [env](env)
- [errors](errors)
- [hashing](hashing)
- [log](log)
- [middleware](middleware)
- [cors](middleware/cors)
- [ptr](ptr)
- [recovery](recovery)
- [strings](strings)
- [timezone](timezone)
- log
- [stack](log/stack)
- [syslog](log/syslog)
- middleware
- [cors](middleware/cors)
- [udp](udp)
- [utils](utils)
- [x](x) `Unstable`
- [log](x/log)
- [log-adapter](x/log-adapter)



## License

Expand Down

0 comments on commit db4a6d1

Please sign in to comment.