8 lines
223 B
Go
8 lines
223 B
Go
|
|
// Copyright 2024 The GoPlus Authors (goplus.org). All rights reserved.
|
||
|
|
// Use of this source code is governed by a BSD-style
|
||
|
|
// license that can be found in the LICENSE file.
|
||
|
|
|
||
|
|
package build
|
||
|
|
|
||
|
|
const defaultCGO_ENABLED = "1"
|