Skip to content

Package prop attempts to provider a similar usage with Properties in java.

Notifications You must be signed in to change notification settings

xing4git/goprop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is a golang package. Package prop attempts to provider a similar usage with Properties in java.

Usage, consume you have a my.conf. then, you invoke:

myinfo, err := prop.Load(my.conf)
if err != nil {
  // ...
}
for k, v := range myinfo {
	fmt.Println(key + "=" + value)
}

Get: go get github.com/xing4git/goprop

About

Package prop attempts to provider a similar usage with Properties in java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages