mirror of
https://git.sr.ht/~eliasnaur/gio-cmd
synced 2026-07-01 07:35:37 +00:00
6826ef0b64
Signed-off-by: Elias Naur <mail@eliasnaur.com>
9 lines
132 B
Go
9 lines
132 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
//go:build race
|
|
// +build race
|
|
|
|
package main_test
|
|
|
|
func init() { raceEnabled = true }
|