issues
search
valyala
/
fasttemplate
Simple and fast template engine for Go
MIT License
846
stars
81
forks
source link
Change deprecated reflect function in unsafeString2Bytes
#27
Open
1neZe0
opened
1 year ago
1neZe0
commented
1 year ago
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