目录go 指针接收者和值接收者的区别易错点辨析go 指针接收者和值接收者的区别
i am creating a sample movie (MVC) application. I was getting fine with Viewing and Creating a new record, but when i wrote the code to get the details of a particular record i met with the following