Baca semua tes di Golang

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

# readl all test outside directory
go test -v *.go
Restu Wahyu Saputra