Go source at root level (Option B), PHP under src/php/. Module path: forge.lthn.ai/core/api Package name: lthn/api Co-Authored-By: Virgil <virgil@lethean.io>
6 lines
107 B
Go
6 lines
107 B
Go
// SPDX-License-Identifier: EUPL-1.2
|
|
//go:build !race
|
|
|
|
package api_test
|
|
|
|
const raceDetectorEnabled = false
|