imgk/caddy-trojan

无法编译了

lxhao61 opened this issue · 8 comments

imgk commented

See #17.

See #17.

编译其它插件正常。go version go1.17.8。

imgk commented

See #14.

See #14.

测试,go升级到go1.18下编译都出问题了。
但其它插件在非go1.18下编译都正常,为什么caddy-trojan插件不能在非go1.18下编译成功?

imgk commented

这个是 go module 的问题,模块本身没问题。

This is an issue with the go module. This caddy module is fine.

这个是 go module 的问题,模块本身没问题。

This is an issue with the go module. This caddy module is fine.

但其它插件在非go1.18下(如1.17.8)编译都正常,只有caddy-trojan不正常;无论怎么看都不是仅 go module 的问题,模块本身没问题吧?

imgk commented

这个是 go module 的问题,模块本身没问题。
This is an issue with the go module. This caddy module is fine.

但其它插件在非go1.18下(如1.17.8)编译都正常,只有caddy-trojan不正常;无论怎么看都不是仅 go module 的问题,模块本身没问题吧?

因为这个模块用了只有 go 1.18 支持的功能,比如泛型

这个是 go module 的问题,模块本身没问题。
This is an issue with the go module. This caddy module is fine.

但其它插件在非go1.18下(如1.17.8)编译都正常,只有caddy-trojan不正常;无论怎么看都不是仅 go module 的问题,模块本身没问题吧?

因为这个模块用了只有 go 1.18 支持的功能,比如泛型

好吧,明白了。