Skip to content

Instantly share code, notes, and snippets.

@filip-dahlberg
filip-dahlberg / go_null_json_example.go
Created November 22, 2022 13:28 — forked from stephen-mw/go_null_json_example.go
Golang http server with sql null values and json
package main
import (
"database/sql"
"encoding/json"
"log"
"net/http"
"strconv"
_ "github.com/mattn/go-sqlite3"