How I handled possible null values from database rows in Golang? Few weeks ago, I was working on one of the web services of my project, where back-end has been developed using Go and MySQL. For the web services, we had to show some data over web browser in w2ui grid layout. The data comes from a SQL query that joins multiple tables. Identifying Null Values We prepared a data struct for the web ser