apple / pkl-go

Pkl bindings for the Go programming language
https://pkl-lang.org/go/current/index.html
Apache License 2.0
249 stars 21 forks source link

Chore: update variable declaration format and file permission syntax #43

Closed kasugamirai closed 2 months ago

kasugamirai commented 2 months ago

This revision implements two key changes across numerous modules: harmonizing variable declaration format to utilize var blocks for improved consistency and readability, and shifting file permission syntax from decimal (i.e., 0666) to octal (i.e., 0o666) in os.WriteFile and os.Mkdir functions for greater clarity.