diff --git a/sm9/example_test.go b/sm9/example_test.go index e7e84e99..b7442800 100644 --- a/sm9/example_test.go +++ b/sm9/example_test.go @@ -42,7 +42,6 @@ func ExampleSignPrivateKey_Sign() { // Since sign is a randomized function, signature will be // different each time. fmt.Printf("%x\n", sig) - // Output: true } func ExampleVerifyASN1() {