mirror of https://github.com/minio/minio.git
fb9b53026d
In riscv64, the `syscall.Uname` function will return a uint8 slice. func main() { var buf syscall.Utsname fmt.Printf("Buffer Type: %T\n", buf.Release) } output: Buffer Type: [65]uint8 This is tested in the Arch Linux RISC-V 64 QEMU environment. Signed-off-by: Avimitin <avimitin@gmail.com> |
||
---|---|---|
.. | ||
kernel.go | ||
kernel_other.go | ||
kernel_test.go | ||
kernel_utsname_int8.go | ||
kernel_utsname_uint8.go |