<div dir="ltr">Hi,<br><br>A couple of days ago I started to write the Go binding for LXC C API. IMHO it reached to a point where I can announce it officially. So here it is;<br><br>Go (golang) Bindings for LXC (Linux Containers) [1]<br>

<br>You can install it via regular "go get" magic<br><br>go get <a href="http://github.com/caglar10ur/lxc">github.com/caglar10ur/lxc</a><br><br>and checkout the documentation [1] and bunch of basic examples [2].<br>

<br><br>Please note that it's an early alpha, where the code hasn't been refactored and not much tested in the wild.<br><br>It's using new functionalities introduced by upcoming LXC 0.9 so it won't work with older releases. It's been developed on Ubuntu 12.10 against LXC staging tree [4].<br>

<br>Currently it provides all the exported API but it doesn't have additional features like Python LXC API (.network property, get_ips, clone, attach functions etc.).<br><br>I'd appreciate you guys taking a look at it, using it, breaking it and giving me feedback :)<br>

<br>[1] <a href="https://github.com/caglar10ur/lxc">https://github.com/caglar10ur/lxc</a><br>[2] <a href="http://godoc.org/github.com/caglar10ur/lxc">http://godoc.org/github.com/caglar10ur/lxc</a><br>[3] <a href="https://github.com/caglar10ur/lxc/tree/master/examples">https://github.com/caglar10ur/lxc/tree/master/examples</a><br>

[4] <a href="https://github.com/lxc/lxc/">https://github.com/lxc/lxc/</a><br><br>Cheers,<br>--<br>S.Çağlar Onur <<a href="mailto:caglar@10ur.org">caglar@10ur.org</a>></div>