mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
huge refactoring
This commit is contained in:
10
internal/pkg/xrand/xrand.go
Normal file
10
internal/pkg/xrand/xrand.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package xrand
|
||||
|
||||
import (
|
||||
"github.com/labstack/gommon/random"
|
||||
)
|
||||
|
||||
// Get returns a random string.
|
||||
func Get() string {
|
||||
return random.String(32)
|
||||
}
|
||||
Reference in New Issue
Block a user