diff --git a/LICENSE b/LICENSE index c8bd2c48..0bcd480a 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index cd947237..64ff2c60 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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