mirror of
https://github.com/sony/sonyflake.git
synced 2026-02-02 22:52:01 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d764be18d5 |
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