We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905888b commit f5d46daCopy full SHA for f5d46da
projectile.el
@@ -2534,7 +2534,7 @@ test/impl/other files as below:
2534
:test "cabal test"
2535
:test-suffix "Spec")
2536
(projectile-register-project-type 'go projectile-go-project-test-function
2537
- :compile "go build ./..."
+ :compile "go build"
2538
:test "go test ./..."
2539
:test-suffix "_test")
2540
;; File-based detection project types
0 commit comments