good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Felix Lange's avatar
    cad64fb9
    rlp: stricter rules for structs and pointers · cad64fb9
    Felix Lange authored
    The rules have changed as follows:
    
    * When decoding into pointers, empty values no longer produce
      a nil pointer. This can be overriden for struct fields using the
      struct tag "nil".
    * When decoding into structs, the input list must contain an element
      for each field.
    cad64fb9
    History
    rlp: stricter rules for structs and pointers
    Felix Lange authored
    The rules have changed as follows:
    
    * When decoding into pointers, empty values no longer produce
      a nil pointer. This can be overriden for struct fields using the
      struct tag "nil".
    * When decoding into structs, the input list must contain an element
      for each field.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.