Below you will see a Go program that has the Pokemon struct declaration. Your task is to initialize the pikachu struct of the Pokemon type using the built-in new() function.
Note that this task uses the
reflect package to check if you initialized the pikachu struct using the new() function. However, don't be scared! To solve this task, you don't need to know how the reflect package works.