Variable: projectile-go-project-test-function

projectile-go-project-test-function is a customizable variable defined in projectile.el.

Value

projectile-go-project-p

Documentation

Function to determine if project's type is go.

This variable was added, or its default value changed, in projectile version 1.0.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-go-project-test-function #'projectile-go-project-p
  "Function to determine if project's type is go."
  :group 'projectile
  :type 'function
  :package-version '(projectile . "1.0.0"))