mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11: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
|
||||
// use case: for 1 000 concurrent
|
||||
// requests (which is a big Gotenberg instance),
|
||||
// none should have the identifier.
|
||||
// none should have the same identifier.
|
||||
for i := 0; i < 1000; i++ {
|
||||
rands = append(rands, Get())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user