Skip to content

Commit 4e5f5d1

Browse files
committed
update error doc for code
1 parent a809e16 commit 4e5f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastEnDeCode_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ func TestAES_ECB_PKCS5_DecryptByte(t *testing.T) {
209209
pStr := ByteArr2Str(deAES)
210210
fmt.Println(pStr)
211211
assert.Equal(t, str4AES, pStr, err)
212-
}
212+
}

0 commit comments

Comments
 (0)