init
This commit is contained in:
5
internal/app/rand.go
Normal file
5
internal/app/rand.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package app
|
||||
|
||||
import "crypto/rand"
|
||||
|
||||
func randRead(b []byte) (int, error) { return rand.Read(b) }
|
||||
Reference in New Issue
Block a user