Search⌘ K
AI Features

Updating the Phone Book Application

Explore how to update a Go phone book application by implementing functions that generate random names and telephone numbers. Learn to modify the search logic to work with phone numbers, making data testing more practical and effective.

Now that we know how to generate random numbers and random strings, we are going to revisit the phone book application and use these techniques to populate the phone book with random data.

Populating the phone book with random data

In this lesson of the course, we are going to create a function that populates the phone book application from the previous chapter ...