vpereira / nrped

nrpe client and server implemented in go
8 stars 3 forks source link

config file parsing problem #12

Open vpereira opened 9 years ago

vpereira commented 9 years ago

if in the config space we have space it fails. i.e:

foo = 0

will fail. however:

foo=0

will work