1 //go:build runtime_asserts 2 3 package runtime 4 5 // enable assertions for the garbage collector 6 const gcAsserts = true 7 8 // enable asserts for the scheduler 9 const schedulerAsserts = true 10