Answers for "read all test in directory golang"

0

read all test in directory golang

# read all test inside directory
go test -v ./...

# readl all test outside directory
go test -v *.go
Posted by: Guest on October-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language