properties
properties copied to clipboard
Java properties scanner for Go
In `GetInt` function should return default value instead of panic ``` // GetInt parses the expanded value as an int if the key exists. // If key does not exist...
Implements issue #72 , depends on PR #73
This seems like the fundamental load operation.
Compare the two: The following compiles to 6.6MB w/ go1.22.5 on osx (arm64) ```go package main import ( "github.com/magiconair/properties" ) func main() { _, err := properties.LoadFile("./config.properties", properties.UTF8) if err...