mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
060ae1cdf9
They're automatically added by Go 1.17 source formatters. This change adds them all now. 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 }
|