No description
Find a file
2026-02-11 11:26:28 +08:00
abi Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
.gitignore Add .gitignore, update Makefile, and implement main package with exported functions 2025-09-28 22:11:57 +08:00
any.go Apply abi.NoEscape 2025-09-30 15:17:14 +08:00
go.mod Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
Makefile Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
maps.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
maps_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
pointer.go Add StrMapCast and PointerCast functions; enhance SliceCast and UnsafeSliceCast for improved type handling 2025-09-29 16:02:14 +08:00
reflect.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
reflect_map.go Refactor ReflectStrMapAssign and ReflectMapAssign to return direct values instead of pointers. Update tests accordingly to reflect these changes and ensure proper functionality. 2025-10-01 18:52:07 +08:00
reflect_map_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
reflect_slice.go Fix ReflectSetSliceAt for pointer and interface element types 2026-02-11 11:26:02 +08:00
reflect_slice_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
reflect_string.go Fix ReflectToStr that fmt.Stringer has highest priority 2026-02-11 11:24:56 +08:00
reflect_string_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
reflect_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
runtime.go Add new memory management functions in runtime.go and implement MakeStringCopy in string.go 2025-09-29 14:54:13 +08:00
slices.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
slices_test.go Simplify build tag and support for 1.26.0 2026-02-11 11:26:28 +08:00
string.go Add new memory management functions in runtime.go and implement MakeStringCopy in string.go 2025-09-29 14:54:13 +08:00