debug: enable debug support for release builds

This commit is contained in:
Michael Eischer 2022-07-16 21:36:19 +02:00
parent 82c268c917
commit 38becfc436
2 changed files with 0 additions and 10 deletions

View file

@ -1,6 +1,3 @@
//go:build debug
// +build debug
package debug
import (