psi: using lowercase letters in hex

This commit is contained in:
saxon 2019-01-07 16:32:18 +10:30
parent 13b8c23351
commit b2b5db1f1f
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ import (
// Times as ints for testing // Times as ints for testing
const ( const (
tstTime1 = 1235367435 // 0x49A2360B tstTime1 = 1235367435 // 0x49a2360b
tstTime2 = 1735357535 // 0x676F745F tstTime2 = 1735357535 // 0x676f745f
) )
// GPS string for testing // GPS string for testing