gitlab.com/evatix-go/core@v1.3.55/constants/arrayvarsptr.go (about) 1 package constants 2 3 //goland:noinspection ALL 4 var ( 5 AsciiSpacePtr = &AsciiSpace 6 AsciiNewLinesCharsPtr = &AsciiNewLinesChars 7 EmptyStringsPtr = &EmptyStrings 8 EmptyPtrStringsPtr = &EmptyPtrStrings 9 EmptyIntsPtr = &EmptyInts 10 EmptyBytesPtr = &EmptyBytes 11 EmptyFloatsPtr = &EmptyFloats 12 EmptyFloat64sPtr = &EmptyFloat64s 13 EmptyInterfacesPtr = &EmptyInterfaces 14 EmptyIntToPtrIntsMapPtr = &EmptyIntToPtrIntsMap 15 EmptyIntToIntsMapPtr = &EmptyIntToIntsMap 16 EmptyIntToBytesMapPtr = &EmptyIntToBytesMap 17 EmptyIntToPtrBytesMapPtr = &EmptyIntToPtrBytesMap 18 EmptyStringMapPtr = &EmptyStringMap 19 EmptyStrToIntsMapPtr = &EmptyStrToIntsMap 20 EmptyStrToPtrIntsMapPtr = &EmptyStrToPtrIntsMap 21 EmptyStrToPtrBytesMapPtr = &EmptyStrToPtrBytesMap 22 EmptyStringsMapPtr = &EmptyStringsMap 23 EmptyPtrStringsMapPtr = &EmptyPtrStringsMap 24 )