Skip to content

Commit

Permalink
home: riscv arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Aug 6, 2024
1 parent 6069382 commit 866239a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/home/authglinet.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 866239a

Please sign in to comment.