getgauge / common

Shared code between components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change the properties library

mahendrakariya opened this issue · comments

We are using github.com/dmotylev/goproperties for parsing the properties file. We should consider moving away from this since we have got a lot of issues reading properties file, which are intermittent.

One option is github.com/magiconair/properties. Let's spike it out and see if it's suitable for us.