<p>hi!
i'm trying to install wego via go get in android and it stops with an error while trying to do so:</p>
<p>$ go get -u github.com/schachmat/wego</p>
<h1>runtime/cgo</h1>
<p>/data/data/com.termux/files/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status</p>
<p>any help?</p>
<p>TIA</p>
<hr/>**评论:**<br/><br/>deemok: <pre><p>You may have better luck with a released tag (2.0 atm). Otherwise, please direct bug reports to the official issue tracker: <a href="https://github.com/schachmat/wego/issues" rel="nofollow">https://github.com/schachmat/wego/issues</a></p></pre>matabois: <pre><p>Thank you i'll try that.</p></pre>
