diff --git a/internal/home/authglinet.go b/internal/home/authglinet.go index 7b65a28b..5aca7e7a 100644 --- a/internal/home/authglinet.go +++ b/internal/home/authglinet.go @@ -97,6 +97,7 @@ func glGetTokenDate(file string) uint32 { buf := bytes.NewBuffer(bs) + // TODO(a.garipov): Get rid of github.com/josharian/native dependency. err = binary.Read(buf, native.Endian, &dateToken) if err != nil { log.Error("decoding token: %s", err)