fix lint warning and add missing files

This commit is contained in:
Andrea Franz 2018-10-05 17:57:01 +02:00
parent 8d061e2c60
commit f10e19e4c2
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D

View File

@ -0,0 +1,5 @@
package globalplatform
import "github.com/ethereum/go-ethereum/log"
var logger = log.New("package", "status-go/smartcard/globalplatform")