fasttemplate
fasttemplate copied to clipboard
Change deprecated reflect function in unsafeString2Bytes
- Replace deprecated reflect functions: https://pkg.go.dev/reflect#SliceHeader https://pkg.go.dev/reflect#StringHeader
- Simpler - there's no need to manipulate or types.
- Faster because directly convert the type without creating temporary structures