KangkangTao
Results
1
comments of
KangkangTao
maybe embedding mean this, move the prefix in tag of embedded struct to tag of parent struct: ``` type Config struct { AppPort string `properties:"app.port,default=3000"` DBConfig `properties:"db"` PGListener `properties:"pglistener"` }...