File: cgo_1.12.go

package info (click to toggle)
golang-gopkg-lxc-go-lxc.v2 0.0%2Bgit20201012.d1943fb-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 408 kB
  • sloc: ansic: 538; makefile: 81
file content (10 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// 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"