mirror of
https://github.com/sony/sonyflake.git
synced 2026-02-12 19:31:06 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- README.md
|
||||||
- .github/workflows/test-v2.yml
|
- .github/workflows/test-v2.yml
|
||||||
- 'v2/**'
|
- 'v2/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
- README.md
|
||||||
- .github/workflows/test-v2.yml
|
- .github/workflows/test-v2.yml
|
||||||
- 'v2/**'
|
- '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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
|
- README.md
|
||||||
- .github/workflows/test-v2.yml
|
- .github/workflows/test-v2.yml
|
||||||
- 'v2/**'
|
- 'v2/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- README.md
|
||||||
- .github/workflows/test-v2.yml
|
- .github/workflows/test-v2.yml
|
||||||
- 'v2/**'
|
- 'v2/**'
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Sonyflake
|
# Sonyflake
|
||||||
|
|
||||||
[](http://godoc.org/github.com/sony/sonyflake)
|
[](https://pkg.go.dev/github.com/sony/sonyflake/v2)
|
||||||
[](https://goreportcard.com/report/github.com/sony/sonyflake)
|
[](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).
|
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