Change-Id: I18f2e2ee141ebb65a8579ee1e440cb9c2069ef86
Reviewed-on: https://go-review.googlesource.com/7626
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
var debugtab = []struct {
name string
val *int
-}{struct {
- name string
- val *int
-}{"nil", &Debug_checknil}}
+}{
+ {"nil", &Debug_checknil},
+ {"disablenil", &Disable_checknil},
+}
// Our own isdigit, isspace, isalpha, isalnum that take care
// of EOF and other out of range arguments.