2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-07-01 15:56:31 +00:00
serviceman/vendor/golang.org/x/sys/unix/endian_little.go
dependabot[bot] cd84b19aa1
Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180921000356-2f5d2388922f to 0.36.0.
- [Commits](https://github.com/golang/net/commits/v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 22:08:12 +00:00

10 lines
358 B
Go

// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//go:build 386 || amd64 || amd64p32 || alpha || arm || arm64 || loong64 || mipsle || mips64le || mips64p32le || nios2 || ppc64le || riscv || riscv64 || sh
package unix
const isBigEndian = false