Fish Touching🐟🎣

Go Testing

May 15, 2023

  1. Ending a file’s name with _test.go tells the go test command that this file contains test functions.
  2. Use function name like TestSTH, pass t *testing.T as parameter