Christian Gerdes
Results
2
comments of
Christian Gerdes
Either make sure the query doesn't return rows with `com_desc` = `null` or make use of `sql.NullString` like so: ``` type Company struct { Id string `db:"id" form:"id" json:"id"` ComDesc...
For anyone looking for a solution. I've managed to solve this issue using gulp. I start of by disabling subfolders in nuxt.config.js: ``` export default { generate: { subFolders: false,...