mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix bug
This commit is contained in:
parent
1536d7e259
commit
d5c338dee5
@ -255,7 +255,7 @@ func randomEnglishName() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func randomPosition() string {
|
func randomPosition() string {
|
||||||
l := []string{"Golang工程师", "前端工程师", "后端工程师", "产品经理", "测试开发工程师", "运维开发工程师"}
|
l := []string{"后端工程师", "前端工程师", "设计师"}
|
||||||
rand.Seed(time.Now().UnixNano())
|
rand.Seed(time.Now().UnixNano())
|
||||||
index := rand.Intn(len(l) - 1)
|
index := rand.Intn(len(l) - 1)
|
||||||
return l[index]
|
return l[index]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user