Skip to content

baturberkay/Go-Tutorial

Repository files navigation

Go-Tutorial

Tests

Before writing a test, some important points should be noted.

  • Test files must end with "_test" suffix.
  • You may want to see the result of each test, you need to add -v tag to the command. -v means verbose mode which prints test results to the console.

To run the tests, the command should be

go test test_file_test.go -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages