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

     1  package handy
     2  
     3  //NoCompare prevents struct to be compared
     4  type NoCompare struct {
     5  	NotComparable [0]func() `json:"-"`
     6  }