go-fips/fips_test.go

11 lines
102 B
Go

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