hostlayout_go123.mx raw

   1  //go:build go1.23
   2  
   3  package cm
   4  
   5  import "structs"
   6  
   7  // HostLayout marks a struct as using host memory layout.
   8  // See [structs.HostLayout] in Go 1.23 or later.
   9  type HostLayout = structs.HostLayout
  10