Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

read all test in directory golang

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

# readl all test outside directory
go test -v *.go
 
PREVIOUS NEXT
Tagged: #read #test #directory #golang
ADD COMMENT
Topic
Name
9+7 =