mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 21:22:15 +01:00
fixing typo in godoc in pkg random
This commit is contained in:
@@ -10,7 +10,7 @@ func TestGet(t *testing.T) {
|
|||||||
var rands []string
|
var rands []string
|
||||||
// use case: for 1 000 concurrent
|
// use case: for 1 000 concurrent
|
||||||
// requests (which is a big Gotenberg instance),
|
// requests (which is a big Gotenberg instance),
|
||||||
// none should have the identifier.
|
// none should have the same identifier.
|
||||||
for i := 0; i < 1000; i++ {
|
for i := 0; i < 1000; i++ {
|
||||||
rands = append(rands, Get())
|
rands = append(rands, Get())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user