Codebase list golang-gopkg-lxc-go-lxc.v2 / 3893ff5c-28d2-43e6-91cf-48dac8ed1524/main cgo_1.12.go
3893ff5c-28d2-43e6-91cf-48dac8ed1524/main

Tree @3893ff5c-28d2-43e6-91cf-48dac8ed1524/main (Download .tar.gz)

cgo_1.12.go @3893ff5c-28d2-43e6-91cf-48dac8ed1524/mainraw · history · blame

// Copyright © 2013, 2014, The Go-LXC Authors. All rights reserved.
// Use of this source code is governed by a LGPLv2.1
// license that can be found in the LICENSE file.

// +build >go1.10,linux,cgo

package lxc

// #cgo CFLAGS: -fvisibility=hidden
import "C"