You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: func.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ import (
4
4
"fmt"
5
5
)
6
6
7
-
// Transmiter is an interface that wrap the command to communicate with smart card via application protocol data unit (APDU) according to ISO/IEC 7816.
8
-
typeTransmiterinterface {
7
+
// Transmitter is an interface that wrap the command to communicate with smart card via application protocol data unit (APDU) according to ISO/IEC 7816.
8
+
typeTransmitterinterface {
9
9
Transmit([]byte) ([]byte, error)
10
10
}
11
11
12
12
// APDUGetRsp Send list of APDU and get last command response
13
13
// ispadzeroOptional is optional(default = true) to replace adpu tail section
0 commit comments