github.com/itsabgr/go-handy@v0.0.0-20220724000257-022d51f2b9c6/byNames.go (about)

     1  package handy
     2  
     3  //ByNames force struct to init with fields name
     4  type ByNames struct {
     5  	_ Empty `json:"-"`
     6  }