From cc18accaac14b1b2bb34cc5c6a1009e8969ef9bf Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Wed, 13 Aug 2025 10:40:21 +0900 Subject: [PATCH] Update flags for go 1.25.0 --- src/_golang | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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' ;;