github.com/magiconair/properties
go
pkg:golang/github.com/magiconair/properties
183 Dependabot PRs
2 months ago
95 repositories
1 repository
Recent PRs
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
mrlcpa/zenrock-archive-cosmos-sdk #11
[release-v1.21][gomod]: Bump the patch group across 1 directory with 11 updates
openshift-knative/eventing-kafka-broker #2240
build(deps): Bump github.com/magiconair/properties from 1.8.6 to 1.8.10
artela-network/artela-cosmos-sdk #914
Bump the all-deps group across 5 directories with 172 updates
hyperledger/fabric-private-chaincode #893
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
scrtlabs/cosmos-sdk #929
build(deps): bump github.com/magiconair/properties from 1.8.4 to 1.8.10
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
ingenuity-build/cosmos-sdk #2524
build(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.10 in /ctl
NationalLibraryOfNorway/veidemann #140
Bump the all-deps group across 5 directories with 170 updates
radiant-coder580pz/fabric-private-chaincode #11
chore(deps): bump the go_modules group across 2 directories with 21 updates
radiant-lab7098/block-headers-service #4
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #876
Bump the all-deps group across 5 directories with 169 updates
radiant-coder580pz/fabric-private-chaincode #9
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #843
Bump the all-deps group across 5 directories with 169 updates
radiant-coder580pz/fabric-private-chaincode #8
chore(deps): bump the go_modules group across 1 directory with 21 updates
bsv-blockchain/block-headers-service #352
build(deps): Bump github.com/magiconair/properties from 1.8.9 to 1.8.10
bwhour/cosdk #2733
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #842
Bump the all-deps group across 5 directories with 169 updates
radiant-coder580pz/fabric-private-chaincode #7
Bump the all-deps group across 5 directories with 169 updates
mateoBell88/fabric-private-chaincode #12
chore(deps): bump the gomod-tools group across 1 directory with 78 updates
fredrikaverpil/neotest-golang #463
Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #841
Bump the all-deps group across 5 directories with 169 updates
mateoBell88/fabric-private-chaincode #11
build(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.10
PLDao/gin-frame #22
Bump the all-deps group across 5 directories with 171 updates
hyperledger/fabric-private-chaincode #839
Bump the all-deps group across 5 directories with 171 updates
mateoBell88/fabric-private-chaincode #10
chore(deps): bump the go_modules group across 1 directory with 20 updates
bsv-blockchain/block-headers-service #350
[release-v1.19][gomod]: Bump github.com/magiconair/properties from 1.8.5 to 1.8.10
openshift-knative/eventing-kafka-broker #2078
Bump the all-deps group across 5 directories with 171 updates
mateoBell88/fabric-private-chaincode #2
Bump the go group with 13 updates
jfrog/jfrog-cli-core #1439
Bump the all-deps group across 5 directories with 171 updates
hyperledger/fabric-private-chaincode #838
chore(deps): bump the go_modules group across 1 directory with 19 updates
bsv-blockchain/block-headers-service #348
Bump the all group across 1 directory with 22 updates
openreview-bot7/fulcio-Div #15
chore(deps): bump the go_modules group across 1 directory with 18 updates
bsv-blockchain/block-headers-service #346
[release-v1.19][gomod]: Bump the patch group across 1 directory with 10 updates
openshift-knative/eventing-kafka-broker #1986
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
pixelplex/cosmos-sdk #215
Bump github.com/magiconair/properties from 1.8.6 to 1.8.10
build(deps): Bump github.com/magiconair/properties from 1.8.6 to 1.8.10
Bump the all-deps group across 5 directories with 170 updates
hyperledger/fabric-private-chaincode #835
Bump the all-deps group across 5 directories with 170 updates
hyperledger/fabric-private-chaincode #834
chore(deps): bump the go_modules group across 1 directory with 14 updates
bsv-blockchain/block-headers-service #344
chore(deps): bump the gomod group across 1 directory with 65 updates
chore(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.10
build(deps): Bump github.com/magiconair/properties from 1.8.9 to 1.8.10
build(deps): Bump github.com/magiconair/properties from 1.8.9 to 1.8.10
WalkerEnterprise/cosmos-sdk #25
build(deps): Bump github.com/magiconair/properties from 1.8.7 to 1.8.10
samkenxstream/SamKenX_cosmos-sdk #2423
[release-v1.19][gomod]: Bump the patch group across 1 directory with 11 updates
openshift-knative/eventing-kafka-broker #1921
Bump the all-deps group across 5 directories with 169 updates
hyperledger/fabric-private-chaincode #829
Package Details
| Name: | github.com/magiconair/properties |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/magiconair/properties |
| JSON API: | View JSON |
Package Information
Package properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion. Java properties files are ISO-8859-1 encoded and use Unicode literals for characters outside the ISO character set. Unicode literals can be used in UTF-8 encoded properties files but aren't necessary. To load a single properties file use MustLoadFile(): To load multiple properties files use MustLoadFiles() which loads the files in the given order and merges the result. Missing properties files can be ignored if the 'ignoreMissing' flag is set to true. Filenames can contain environment variables which are expanded before loading. All of the different key/value delimiters ' ', ':' and '=' are supported as well as the comment characters '!' and '#' and multi-line values. Properties stores all comments preceding a key and provides GetComments() and SetComments() methods to retrieve and update them. The convenience functions GetComment() and SetComment() allow access to the last comment. The WriteComment() method writes properties files including the comments and with the keys in the original order. This can be used for sanitizing properties files. Property expansion is recursive and circular references and malformed expressions are not allowed and cause an error. Expansion of environment variables is supported. The default property expansion format is ${key} but can be changed by setting different pre- and postfix values on the Properties object. Properties provides convenience functions for getting typed values with default values if the key does not exist or the type conversion failed. As an alternative properties may be applied with the standard library's flag implementation at any time. Properties provides several MustXXX() convenience functions which will terminate the app if an error occurs. The behavior of the failure is configurable and the default is to call log.Fatal(err). To have the MustXXX() functions panic instead of logging the error set a different ErrorHandler before you use the Properties package. You can also provide your own ErrorHandler function. The only requirement is that the error handler function must exit after handling the error. Properties can also be loaded into a struct via the `Decode` method, e.g. See `Decode()` method for the full documentation. The following documents provide a description of the properties file format. http://en.wikipedia.org/wiki/.properties http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html#load%28java.io.Reader%29
| Repository: | https://github.com/magiconair/properties |
| Homepage: | https://github.com/magiconair/properties |
| Latest Release: |
v1.8.10
about 1 year ago |
| Dependent Repos: | 98,179 |
| Dependent Packages: | 27,556 |
| Ranking: | Top 0.0119% by dependent repos Top 0.0073% by dependent pkgs |