Skip to content

Instantly share code, notes, and snippets.

@snowdream
Last active September 19, 2024 13:43
Show Gist options
  • Save snowdream/012f9b269d5a6f6779dc077dfadb81af to your computer and use it in GitHub Desktop.
Save snowdream/012f9b269d5a6f6779dc077dfadb81af to your computer and use it in GitHub Desktop.

Revisions

  1. snowdream revised this gist Sep 19, 2024. No changes.
  2. snowdream renamed this gist Sep 19, 2024. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. snowdream created this gist Sep 19, 2024.
    63 changes: 63 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,63 @@
    # issue
    https://github.com/golang/go/issues/12270

    # solution:
    ```
    go tool dist list
    ```

    # answer:
    go version
    go version go1.23.1 darwin/amd64

    ```
    aix/ppc64
    android/386
    android/amd64
    android/arm
    android/arm64
    darwin/amd64
    darwin/arm64
    dragonfly/amd64
    freebsd/386
    freebsd/amd64
    freebsd/arm
    freebsd/arm64
    freebsd/riscv64
    illumos/amd64
    ios/amd64
    ios/arm64
    js/wasm
    linux/386
    linux/amd64
    linux/arm
    linux/arm64
    linux/loong64
    linux/mips
    linux/mips64
    linux/mips64le
    linux/mipsle
    linux/ppc64
    linux/ppc64le
    linux/riscv64
    linux/s390x
    netbsd/386
    netbsd/amd64
    netbsd/arm
    netbsd/arm64
    openbsd/386
    openbsd/amd64
    openbsd/arm
    openbsd/arm64
    openbsd/ppc64
    openbsd/riscv64
    plan9/386
    plan9/amd64
    plan9/arm
    solaris/amd64
    wasip1/wasm
    windows/386
    windows/amd64
    windows/arm
    windows/arm64
    ```