endyApina / golang-meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit Testing

  • In unit testing, developers test individual functions, methods, modules, and packages to verify their correctness.
  • Unit testing helps to find and fix bugs early in the development cycle, and it prevents regressions when refactoring.
    go test -v
  • Greetings
  • HTTP

References

About


Languages

Language:Go 100.0%