Skip to content

Commit

Permalink
Merge pull request qrtz#3 from Ast-x64/riscv64
Browse files Browse the repository at this point in the history
add support for riscv64
  • Loading branch information
qrtz authored Jan 7, 2022
2 parents f4769a8 + 9e4da07 commit 16b1cdb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions endian_riscv64.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package nativemessaging

import (
"encoding/binary"
)

// NativeEndian system native byte order
var NativeEndian = binary.LittleEndian

0 comments on commit 16b1cdb

Please sign in to comment.