mirror of
https://github.com/luxfi/utils.git
synced 2026-07-26 22:49:03 +00:00
11 lines
275 B
Go
11 lines
275 B
Go
// Copyright (C) 2019-2025, Lux Industries, Inc. All rights reserved.
|
|
// See the file LICENSE for licensing terms.
|
|
|
|
//go:build !cgo
|
|
|
|
package utils
|
|
|
|
// CGOEnabled indicates whether CGO is available.
|
|
// This file is only compiled when CGO is disabled.
|
|
const CGOEnabled = false
|