Files
2025-11-27 13:09:54 +08:00

8 lines
102 B
Go

package uniqueid
import "testing"
func TestGenSn(t *testing.T) {
GenSn(SN_PREFIX_HOMESTAY_ORDER)
}