go2hx

manual

github

Module stdgo.net.http has compilation errors, please do not use:

 ERROR  stdgo/_internal/net/http/Http_T_http2writeContext.hx:27: characters 66-137

 27 |     public dynamic function headerEncoder():{ var _0 : stdgo.Ref<_internal.vendor.golang_dot_org.x.net.http2.hpack.Hpack_Encoder.Encoder>; var _1 : stdgo.Ref<stdgo._internal.bytes.Bytes_Buffer.Buffer>; };
    |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : _internal.vendor.golang_dot_org.x.net.http2.hpack.Hpack_Encoder

     ->  /home/runner/haxe/versions/a97dc16/std/haxe/macro/Compiler.hx:229: characters 7-36

     229 |       load("include_module", 1)(cl);
         |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         | Called from here

     239 |   Context.onAfterInitMacros(() -> include(pack, rec, ignore, classPaths, strict));
         |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
         | Called from here

 ERROR  stdgo/_internal/net/http/Http_T_http2Framer.hx:17: characters 44-115

 17 |     public var readMetaHeaders : stdgo.Ref<_internal.vendor.golang_dot_org.x.net.http2.hpack.Hpack_Decoder.Decoder> = (null : stdgo.Ref<_internal.vendor.golang_dot_org.x.net.http2.hpack.Hpack_Decoder.Decoder>);
    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : _internal.vendor.golang_dot_org.x.net.http2.hpack.Hpack_Decoder