Skip to content

Commit f5d46da

Browse files
Markus Grunwaldbbatsov
authored andcommitted
Fix go build: go build ./... doesn't create a binay.
1 parent 905888b commit f5d46da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,7 @@ test/impl/other files as below:
25342534
:test "cabal test"
25352535
:test-suffix "Spec")
25362536
(projectile-register-project-type 'go projectile-go-project-test-function
2537-
:compile "go build ./..."
2537+
:compile "go build"
25382538
:test "go test ./..."
25392539
:test-suffix "_test")
25402540
;; File-based detection project types

0 commit comments

Comments
 (0)