mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
8 lines
152 B
Go
8 lines
152 B
Go
/*
|
|
Package rand helps generating a random string.
|
|
|
|
It should be used for creating directory and
|
|
file names in order to avoid collision.
|
|
*/
|
|
package rand
|