Skip to content

Golang with TDD

NathanKim91 edited this page May 7, 2020 · 4 revisions

Outline

  1. What is TDD
  2. How to do Unit Test in Golang

What is TDD

TDD stands for Test Driven Development.

How to do Unit Test in Golang

  1. use built-in testing package

use build-in testing package

Test

Benchmark

Clone this wiki locally