p4gefau1t / trojan-go

Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
GNU General Public License v3.0
7.54k stars 1.64k forks source link

如何把Trojan-Go编译成framework #449

Open 594810899 opened 2 years ago

594810899 commented 2 years ago

如何将Trojan-Go编译成framework 提供给iOS移动端调用?

org-lib commented 2 years ago

优秀的想法

594810899 commented 2 years ago

优秀的想法

可惜对go不熟悉,不知道哪些部分可以拿来使用

libinglong commented 2 years ago

直接import

------------------ 原始邮件 ------------------ 发件人: 沙漠里的鱼 @.> 发送时间: 2022年5月19日 09:14 收件人: p4gefau1t/trojan-go @.> 抄送: Subscribed @.***> 主题: Re: [p4gefau1t/trojan-go] 如何把Trojan-Go编译成framework (Issue #449)

优秀的想法

可惜对go不熟悉,不知道哪些部分可以拿来使用

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

594810899 commented 2 years ago

没有编译成库 怎么import哦