Search⌘ K
AI Features

Exercise 2: Code Testing and Profiling

Practice applying Go testing and profiling techniques by writing test functions for a phoneBook application. This exercise helps you understand how to ensure code correctness and improve performance using benchmarking and tracing.

We'll cover the following...
...