mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update for go 1.19
'tool compile' no longer accepts '-importmap'
This commit is contained in:
+1
-3
@@ -30,7 +30,7 @@
|
||||
# Description
|
||||
# -----------
|
||||
#
|
||||
# Completion script for go 1.18 (http://golang.org).
|
||||
# Completion script for go 1.19 (http://golang.org).
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
# Authors
|
||||
@@ -144,7 +144,6 @@ __go_gcflags() {
|
||||
'-goversion=[required version of the runtime]:string' \
|
||||
'-h[halt on error]' \
|
||||
'-importcfg=[read import configuration from file]:file' \
|
||||
'-importmap=[add definition of the form source=actual to import map]:definition' \
|
||||
'-installsuffix=[set pkg directory suffix]:suffix' \
|
||||
'-j[debug runtime-initialized variables]' \
|
||||
'-json=[version,destination for JSON compiler/optimizer logging]:string' \
|
||||
@@ -811,7 +810,6 @@ case $state in
|
||||
'-g[debug code generation]' \
|
||||
'-h[halt on error]' \
|
||||
'-i[debug line number stack]' \
|
||||
'-importmap[add definition of the form source=actual to import map]:definition' \
|
||||
'-installsuffix[set pkg directory suffix]:suffix' \
|
||||
'-j[debug runtime-initialized variables]' \
|
||||
'-l[disable inlining]' \
|
||||
|
||||
Reference in New Issue
Block a user