go2hx

manual

github

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

 ERROR  stdgo/_internal/crypto/tls/Tls_T_marshalingFunction.hx:2: characters 166-244

    2 | @:named @:using(stdgo._internal.crypto.tls.Tls_T_marshalingFunction_static_extension.T_marshalingFunction_static_extension) typedef T_marshalingFunction = stdgo.Ref<_internal.vendor.golang_dot_org.x.crypto.cryptobyte.Cryptobyte_Builder.Builder> -> stdgo.Error;
      |                                                                                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      | Type not found : _internal.vendor.golang_dot_org.x.crypto.cryptobyte.Cryptobyte_Builder

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

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

       231 |       include(prefix + file, true, ignore, classPaths);
           |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
           | Called from here

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

 ERROR  stdgo/crypto/tls/Tls.hx:2440: characters 33-81

 2440 |     public var _key(get, set) : _internal.crypto.ecdh.Ecdh_PrivateKey.PrivateKey;
      |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      | Type not found : _internal.crypto.ecdh.Ecdh_PrivateKey