Explorar o código

break test to verify CI integration

speter %!s(int64=13) %!d(string=hai) anos
pai
achega
fa733ea3cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dec/example_test.go

+ 1 - 1
dec/example_test.go

@@ -11,7 +11,7 @@ func ExampleDec_SetString() {
 	d := new(dec.Dec)
 	d.SetString("012345.67890") // decimal; leading 0 ignored; trailing 0 kept
 	fmt.Println(d)
-	// Output: 12345.67890
+	// Output: 12345.67890 break test
 }
 
 func ExampleDec_Scan() {