Skip to content

Instantly share code, notes, and snippets.

View quang-phan's full-sized avatar

Quang Phan quang-phan

View GitHub Profile
@nmerouze
nmerouze / main.go
Last active March 17, 2025 15:20
Example for "Build Your Own Web Framework in Go" articles
package main
import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"log"
"net/http"
"time"