embedded-struct-visualizer icon indicating copy to clipboard operation
embedded-struct-visualizer copied to clipboard

feat: support exclude pkg config

Open ystyle opened this issue 1 year ago • 0 comments

  1. the config file sample:
time.Time
gorm.Model
prefix:null.

exclude time.Time , gorm.Model and all gopkg.in/guregu/null.v3 types eg: embedded-struct-visualizer -exclude-pkg ~/exclude-pkg.conf -out 1.dot ./core

  1. add graph direction support

ystyle avatar Aug 06 '24 06:08 ystyle