Variable: go-ts-mode-build-tags
go-ts-mode-build-tags is a customizable variable defined in
go-ts-mode.el.gz.
Value
nil
Documentation
List of Go build tags for the test commands.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/go-ts-mode.el.gz
(defcustom go-ts-mode-build-tags nil
"List of Go build tags for the test commands."
:version "31.1"
:type '(repeat string)
:group 'go)