feat(golang): add gota to test current directory recursively (#8974)

This commit is contained in:
Muhammad Zahalqa 2021-09-16 17:44:35 +03:00 committed by GitHub
commit 29ec52602f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -271,4 +271,5 @@ alias gopb='cd $GOPATH/bin'
alias gops='cd $GOPATH/src'
alias gor='go run'
alias got='go test'
alias gota='go test ./...'
alias gov='go vet'