Variable: projectile-go-project-test-function
projectile-go-project-test-function is a variable defined in
projectile.el.
This variable is obsolete since 3.4.0; re-register the go project
type with your own predicate instead.
Value
projectile-go-project-p
Documentation
Function to determine if project's type is go.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;; Remove in 4.0. The only project type with a detection hook of its own,
;; and only read when the `go' type was registered as this file loaded.
;; Re-registering the type is how every other type is customized.
(defvar projectile-go-project-test-function #'projectile-go-project-p
"Function to determine if project's type is go.")