That does look pretty good. I don’t love the mixing of PascalCase / camelCase and snake_case, though.
Thats just a pragmatic design decision for Go interop, as Go went nuts with public being UpperCase.
Theres no camelCase tho? Snake case and PascalCase fir Go modules interrop.
I'll be happy is Lisette succeeds, but I like Soppo (https://github.com/halcyonnouveau/soppo) for staying closer to Go and not introducing this mismatch.
“let data = io.ReadAll(file)?”
That’s Pascal case any way. Looks sort of camel case with the “io” being lower case.
Thats just a pragmatic design decision for Go interop, as Go went nuts with public being UpperCase.
Theres no camelCase tho? Snake case and PascalCase fir Go modules interrop.
I'll be happy is Lisette succeeds, but I like Soppo (https://github.com/halcyonnouveau/soppo) for staying closer to Go and not introducing this mismatch.
“let data = io.ReadAll(file)?”
That’s Pascal case any way. Looks sort of camel case with the “io” being lower case.