Golang tests in sub-directory
Note that you can run go test “recursively”: you need to list all the packages you want to test. If you are in the root folder of your Go project, type: go test ./… The ‘./…‘ notation is described in the section “Description of package lists” of the “command go“: An import path is a … Read more