diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:19:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | cfe9478196eef8736a3c0bb2eccda826263420ea (patch) | |
| tree | c8a86f8e19cb1903d7a821ccc03c0dd697c248ad /prog/little_endian.go | |
| parent | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff) | |
all: go fix everything
Diffstat (limited to 'prog/little_endian.go')
| -rw-r--r-- | prog/little_endian.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prog/little_endian.go b/prog/little_endian.go index 9ebe8925c..8269d209a 100644 --- a/prog/little_endian.go +++ b/prog/little_endian.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build amd64 || 386 || arm64 || arm || mips64le || ppc64le || riscv64 -// +build amd64 386 arm64 arm mips64le ppc64le riscv64 package prog |
