BoraBak

Results 3 comments of BoraBak

@magiconair not sure what you meant: **Option-1** doesn't work. ``` type Config struct { AppPort string `properties:"app.port,default=3000"` DBConfig *DBConfig PGListener *PGListener } ``` **Option-2** works, but it's not my desired...

Hi @mhgrove, I don't see any example of reading a TTL file and converting it to different POJO'S. What I see is converting a _Graph_ type to a specific POJO....