mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-23 13:29:20 +08:00
fix bug
This commit is contained in:
parent
04136d5b9d
commit
7fbdff391c
@ -261,7 +261,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