Skip to content

Commit

Permalink
Use Go 1.23 default GODEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Sep 11, 2024
1 parent 1978106 commit 9c60532
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions debug.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c60532

Please sign in to comment.