Skip to content

Commit 115ce09

Browse files
twpaynemvdan
authored andcommitted
imports: Update goosList and goarchList
1 parent 426834f commit 115ce09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

imports/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,5 @@ func init() {
207207
}
208208
}
209209

210-
const goosList = "android darwin dragonfly freebsd js linux nacl netbsd openbsd plan9 solaris windows zos "
211-
const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32le ppc riscv riscv64 s390 s390x sparc sparc64 wasm "
210+
const goosList = "aix android darwin dragonfly freebsd hurd illumos ios js linux nacl netbsd openbsd plan9 solaris windows zos "
211+
const goarchList = "386 amd64 amd64p32 arm armbe arm64 arm64be loong64 mips mipsle mips64 mips64le mips64p32 mips64p32le ppc ppc64 ppc64le riscv riscv64 s390 s390x sparc sparc64 wasm "

0 commit comments

Comments
 (0)