package fips import ( "fmt" "testing" ) func TestTest(t *testing.T) { fmt.Println(ModeSet(ON)) }