sync message

This commit is contained in:
Gordon 2021-12-10 18:07:09 +08:00
parent 525889e366
commit a328080ba4

@ -2,8 +2,10 @@ package utils
import ( import (
"fmt" "fmt"
"math/rand"
"reflect" "reflect"
"strconv" "strconv"
"time"
) )
// copy a by b b->a // copy a by b b->a