You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-06 23:37:26 +02:00
first commit
This commit is contained in:
10
pkg/utils/random/random_test.go
Normal file
10
pkg/utils/random/random_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package random
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestRandomString(t *testing.T) {
|
||||
fmt.Println(RandomString(6,true))
|
||||
}
|
Reference in New Issue
Block a user