This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 645
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent running both 'go build' and 'go test' on save
Utilize 'go test -run=^$ ./...' when building entire workspace, 'go build' for current package and 'go test -c' for the current package when the current file is a test file.
- Loading branch information
1 parent
7f5022c
commit 32d1e83
Showing
1 changed file
with
8 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters