go2hx

manual

github

Module stdgo.runtime.pprof has compilation errors, please do not use:

 ERROR  stdgo/_internal/runtime/pprof/Pprof_T_profMap_static_extension.hx:9: characters 77-79

  9 |                 _h = ((_h << (8i64 : stdgo.GoUInt64) : stdgo.GoUIntptr) | ((_h >> (24 : stdgo.GoUIntptr) : stdgo.GoUIntptr)) : stdgo.GoUIntptr);
    |                                                                             ^^
    | stdgo.GoUIntptr should be Int

 ERROR  stdgo/_internal/runtime/pprof/Pprof_T_profMap_static_extension.hx:9: characters 83-105

  9 |                 _h = ((_h << (8i64 : stdgo.GoUInt64) : stdgo.GoUIntptr) | ((_h >> (24 : stdgo.GoUIntptr) : stdgo.GoUIntptr)) : stdgo.GoUIntptr);
    |                                                                                   ^^^^^^^^^^^^^^^^^^^^^^
    | stdgo.GoUIntptr should be Int

 ERROR  stdgo/_internal/runtime/pprof/Pprof_T_profMap_static_extension.hx:12: characters 73-75

 12 |             _h = ((_h << (8i64 : stdgo.GoUInt64) : stdgo.GoUIntptr) | ((_h >> (24 : stdgo.GoUIntptr) : stdgo.GoUIntptr)) : stdgo.GoUIntptr);
    |                                                                         ^^
    | stdgo.GoUIntptr should be Int

 ERROR  stdgo/_internal/runtime/pprof/Pprof_T_profMap_static_extension.hx:12: characters 79-101

 12 |             _h = ((_h << (8i64 : stdgo.GoUInt64) : stdgo.GoUIntptr) | ((_h >> (24 : stdgo.GoUIntptr) : stdgo.GoUIntptr)) : stdgo.GoUIntptr);
    |                                                                               ^^^^^^^^^^^^^^^^^^^^^^
    | stdgo.GoUIntptr should be Int