mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
9 lines
122 B
Go
9 lines
122 B
Go
package model
|
|
|
|
import "testing"
|
|
|
|
func Test_Funcs(t *testing.T) {
|
|
s := RandomString(32)
|
|
t.Logf("random string: %s", s)
|
|
}
|