Black Lives Matter. Support the Equal Justice Initiative.

Source file src/go/internal/gccgoimporter/testdata/conversions.go

Documentation: go/internal/gccgoimporter/testdata

     1  package conversions
     2  
     3  type Units string
     4  
     5  const Bits = Units("bits")
     6  

View as plain text