1
0
mirror of https://github.com/lxc/go-lxc.git synced 2026-02-05 06:46:38 +01:00
Files
go-lxc/cgo.go
Stéphane Graber 5bb3d7c879 cgo: Remove build tag (we require 1.13)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2021-03-22 17:34:08 -04:00

9 lines
233 B
Go

// 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.
package lxc
// #cgo CFLAGS: -fvisibility=hidden
import "C"