Hello,
Currently, I consume a PKL template through the gen code 'LoadXXX' functions or a evaluator function.
However, I do also a lot of PKL generation using a combination of string builders and go-templates.
There's also many string operations, base64 IO, for-loops, typecasting and regexp manipulation on the process.
The string-based manipulation is becoming a bit of a hacky mess.
I am wondering, if there's a plan to programmatically create the PKL file using native Go semantics?
Hello,
Currently, I consume a PKL template through the gen code 'LoadXXX' functions or a evaluator function.
However, I do also a lot of PKL generation using a combination of string builders and go-templates.
There's also many string operations, base64 IO, for-loops, typecasting and regexp manipulation on the process.
The string-based manipulation is becoming a bit of a hacky mess.
I am wondering, if there's a plan to programmatically create the PKL file using native Go semantics?