package util import "fmt" func From(groupId int64, userId int64) string { return fmt.Sprintf("%d_%d", groupId, userId) }