github.com/wtfutil/wtf@v0.43.0/modules/git/variables.go (about)

     1  //go:build !windows
     2  
     3  package git
     4  
     5  const (
     6  	__go_cmd = "git"
     7  )