Comment by NetMageSCW
7 days ago
“let data = io.ReadAll(file)?”
That’s Pascal case any way. Looks sort of camel case with the “io” being lower case.
7 days ago
“let data = io.ReadAll(file)?”
That’s Pascal case any way. Looks sort of camel case with the “io” being lower case.
Yes. PascalCase for Go, snake_case for Lisette. I find it quite good actually as i can see what hooks into the Go ecosystem instantly.
Ofc you can write your own wrapper, but so far i have not bothered.