diff --git a/debug.go b/debug.go new file mode 100644 index 000000000..f51144716 --- /dev/null +++ b/debug.go @@ -0,0 +1,9 @@ +// Copyright (c) 2024 The Decred developers +// Use of this source code is governed by an ISC +// license that can be found in the LICENSE file. + +//go:build go1.23 + +//go:debug default=go1.23 + +package main