Compare commits

..

1 Commits

Author SHA1 Message Date
usmcfiredog 306779747c
Merge 2f73d7ea11 into d1968bd332 2026-08-20 09:26:34 +09:00
1 changed files with 1 additions and 4 deletions

View File

@ -30,7 +30,7 @@
# Description # Description
# ----------- # -----------
# #
# Completion script for go 1.27.0 (https://go.dev/). # Completion script for go 1.26.0 (https://go.dev/).
# #
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Authors # Authors
@ -484,7 +484,6 @@ case $state in
'-all[show all the documentation for the package]' \ '-all[show all the documentation for the package]' \
'-c[respect case when matching symbols]' \ '-c[respect case when matching symbols]' \
'-cmd[treat a command (package main) like a regular package]' \ '-cmd[treat a command (package main) like a regular package]' \
'-ex[include executable examples]' \
'-http[serve HTML docs over HTTP]' \ '-http[serve HTML docs over HTTP]' \
'-short[one-line representation for each symbol]' \ '-short[one-line representation for each symbol]' \
'-src[show the full source code for the symbol]' \ '-src[show the full source code for the symbol]' \
@ -1010,8 +1009,6 @@ case $state in
'-libgcc[compiler support lib for internal linking; use "none" to disable]:lib:(none)' \ '-libgcc[compiler support lib for internal linking; use "none" to disable]:lib:(none)' \
'-linkmode[set link mode]:mode:(internal external auto)' \ '-linkmode[set link mode]:mode:(internal external auto)' \
'-linkshared[link against installed Go shared libraries]' \ '-linkshared[link against installed Go shared libraries]' \
'-macos[mac OS version to write in build info]:version' \
'-macossdk[mac SDK version to write in build info]:version' \
'-memprofile[write memory profile to file]:file' \ '-memprofile[write memory profile to file]:file' \
'-memprofilerate[set runtime.MemProfileRate to rate]:rate' \ '-memprofilerate[set runtime.MemProfileRate to rate]:rate' \
'-msan[enable MSan interface]' \ '-msan[enable MSan interface]' \