Open moutoum opened 5 years ago
I had this error when the Dial connection was not able to connect to the DB. After investigations, you used the nil c.conn object is the Close method.
c.conn
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x612a5b]
I had this error when the Dial connection was not able to connect to the DB. After investigations, you used the nil
c.conn
object is the Close method.