# go-lxc **Repository Path**: mirrors_dropbox/go-lxc ## Basic Information - **Project Name**: go-lxc - **Description**: Go bindings for liblxc - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Go Bindings for LXC (Linux Containers) This package implements [Go](http://golang.org) bindings for the [LXC](http://linuxcontainers.org/) C API (liblxc). ## Requirements This package requires [LXC 1.x](https://github.com/lxc/lxc/releases) and its development package to be installed. Works with [Go 1.x](https://code.google.com/p/go/downloads/list). ## Installing To install it, run: go get gopkg.in/lxc/go-lxc.v1 ## Documentation Documentation can be found at [GoDoc](http://godoc.org/gopkg.in/lxc/go-lxc.v1). ## Stability The package API will remain stable as described in [gopkg.in](https://gopkg.in). ## Examples See the [examples](https://github.com/lxc/go-lxc/tree/master/examples) directory for some. ## Contributing We'd love to see go-lxc improve. To contribute to go-lxc; * **Fork** the repository * **Modify** your fork * Ensure your fork **passes all tests** * **Send** a pull request * Bonus points if the pull request includes *what* you changed, *why* you changed it, and *tests* attached. * For the love of all that is holy, please use `go fmt` *before* you send the pull request. We'll review it and merge it in if it's appropriate.