v1.6.8
This commit removes the reflect package to avoid using the reflect.SliceHeader and reflect.StringHeader structures. Instead new sliceHeader and stringHeader stuctures have been added with the same layout expect that they intentionally expose the data field as an unsafe.Pointer instead of a uintptr.