Split go_target into go_os and go_arch

This commit is contained in:
Tobias Speicher
2023-11-01 22:43:38 +01:00
parent 10cbc169c1
commit ce53ea32c6
3 changed files with 10 additions and 6 deletions

View File

@@ -588,5 +588,7 @@ The version command returns a single JSON object.
+----------------+--------------------+
| ``go_version`` | Go compile version |
+----------------+--------------------+
| ``go_target`` | Go target platform |
| ``go_os`` | Go OS |
+----------------+--------------------+
| ``go_arch`` | Go architecture |
+----------------+--------------------+