Variable: go-ts-mode-test-flags
go-ts-mode-test-flags is a customizable variable defined in
go-ts-mode.el.gz.
Value
nil
Documentation
List of extra flags for the Go 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-test-flags nil
"List of extra flags for the Go test commands."
:version "31.1"
:type '(repeat string)
:group 'go)