banner
Tenifs

Tenifs

雄关漫道真如铁,而今迈步从头越。
github
follow
zhihu
email

run all tests in the current project with go test

  1. Run tests in the current directory and all its subdirectories:
go test ./...
  1. Run tests in the specified directory and all its subdirectories:
go test foo/
  1. Run tests with the specified prefix:
go test bar...

Foobar is a term in the field of computer programming that has no practical use or reference significance. In documentation related to computer programming, the terms foo and bar are common pseudonyms, often used as "dummy variables."

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.