<p>Hello,</p>
<p>Maybe you know something about version of golang compiler for IBM pSeries platform (AIX 6.1 and above)? </p>
<hr/>**评论:**<br/><br/>youstolemyname: <pre><p>Gccgo uses GCC and supports whatever targets GCC supports.</p></pre>CapoFerro: <pre><p>IBM is very actively developing Docker support, which is written in Go, so it's reasonable to assume good support for Go on AIX.</p></pre>cartogram: <pre><p>GCCGO is the best bet, but there are greater challenges due to the POWER architecture being unsupported.</p>
<p><a href="https://github.com/golang/go/issues/7208" rel="nofollow">https://github.com/golang/go/issues/7208</a></p></pre>whitedruid: <pre><p>Thank you!
I come to a conclusion that it's very complicated way O_o (not for newbie's level in Go ;) ) </p></pre>
