properties icon indicating copy to clipboard operation
properties copied to clipboard

Java properties scanner for Go

Results 25 properties issues
Sort by recently updated
recently updated
newest added

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...