mirror of
https://github.com/sony/sonyflake.git
synced 2025-12-23 05:05:14 +00:00
Update README.md (#69)
* Update README.md * Update README.md * Update test-v2.yml * Update test-v1.yml
This commit is contained in:
2
.github/workflows/test-v1.yml
vendored
2
.github/workflows/test-v1.yml
vendored
@@ -3,10 +3,12 @@ name: CI for v1 Module
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
|
||||
|
||||
2
.github/workflows/test-v2.yml
vendored
2
.github/workflows/test-v2.yml
vendored
@@ -3,10 +3,12 @@ name: CI for v2 Module
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- README.md
|
||||
- .github/workflows/test-v2.yml
|
||||
- 'v2/**'
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Sonyflake
|
||||
|
||||
[](http://godoc.org/github.com/sony/sonyflake)
|
||||
[](https://goreportcard.com/report/github.com/sony/sonyflake)
|
||||
[](https://pkg.go.dev/github.com/sony/sonyflake/v2)
|
||||
[](https://goreportcard.com/report/github.com/sony/sonyflake/v2)
|
||||
|
||||
Sonyflake is a distributed unique ID generator inspired by [Twitter's Snowflake](https://blog.twitter.com/2010/announcing-snowflake).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user