diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2025-08-13 10:40:21 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2025-08-13 10:40:21 +0900 |
| commit | cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf (patch) | |
| tree | dacec71b8273e2d88646b3b0dda1747a29f1449a /src/_golang | |
| parent | Merge pull request #1145 from zsh-users/add-uuid-utils (diff) | |
| download | zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar.gz zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar.bz2 zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar.lz zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar.xz zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.tar.zst zsh-completions-cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf.zip | |
Update flags for go 1.25.0
Diffstat (limited to 'src/_golang')
| -rw-r--r-- | src/_golang | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_golang b/src/_golang index 1b59234..e7a0cc7 100644 --- a/src/_golang +++ b/src/_golang @@ -30,7 +30,7 @@ # Description # ----------- # -# Completion script for go 1.24.0 (https://go.dev/). +# Completion script for go 1.25.0 (https://go.dev/). # # ------------------------------------------------------------------------------ # Authors @@ -428,6 +428,7 @@ case $state in '-all[show all the documentation for the package]' \ '-c[respect case when matching symbols]' \ '-cmd[treat a command (package main) like a regular package]' \ + '-http[serve HTML docs over HTTP]' \ '-short[one-line representation for each symbol]' \ '-src[show the full source code for the symbol]' \ '-u[show docs for unexported and exported symbols and methods]' \ @@ -946,6 +947,8 @@ case $state in '-extld[use linker when linking in external mode]:linker' \ '-extldflags[pass flags to external linker]:flags' \ '-f[ignore version mismatch]' \ + '-fipso[write fips module to file]:file:_files' \ + '-funcalign[set function align to N bytes]:byte' \ '-g[disable go package data checks]' \ '-h[halt on error]' \ '-importcfg[read import configuration from file]:config:_files' \ @@ -1118,6 +1121,7 @@ case $state in _arguments \ '-m[print each executable embedded module version information]' \ '-v[report unrecognized files]' \ + '-json[print each executable embedded module version in JSON format]' \ '*:files:_files' ;; |
