Simplify `valueFrom` logic, particularly for `any` interface, structs, maps, and slices. Add support for TextUnmarshaler and JsonUnmarshaler interfaces. Correct struct tag parsing in `valueOf` and argument value creation in `goValuesInFunc`. Add `goFuncConv` example demonstrating Go struct/function conversion.