Versions in this module Expand all Collapse all v1 v1.2.10 Aug 26, 2024 Changes in this version + func BytesEquals(a []byte, b []byte) bool + func ConvertRange(start int64, end int64, size int64) (int, int) + func Equals(a interface{}, b interface{}) bool + func RandHexString(n int) string + func RandIndex(size int) []int + func RandString(n int) string + func RemoveDuplicates(input [][]byte) [][]byte + func ToCmdLine(cmd ...string) [][]byte + func ToCmdLine2(commandName string, args ...string) [][]byte + func ToCmdLine3(commandName string, args ...[]byte) [][]byte