Migration tool

This commit is contained in:
binwiederhier
2026-02-23 22:44:21 -05:00
parent 9eec72adcc
commit 391cd2c920
3 changed files with 719 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
//go:build !race
package server
const raceEnabled = false

View File

@@ -0,0 +1,5 @@
//go:build race
package server
const raceEnabled = true