You can run all Go tests in the current directory and any subdirs with the following command:
$ go test ./...
The ...
wildcard means "match any character, including slashes".
You can run all Go tests in the current directory and any subdirs with the following command:
$ go test ./...
The ...
wildcard means "match any character, including slashes".
Copyright 2022 ยท All rights reserved