Skip to content

Instantly share code, notes, and snippets.

View digitalcraftsman's full-sized avatar
💭
I may be slow to respond.

digitalcraftsman

💭
I may be slow to respond.
View GitHub Profile
@sebz
sebz / grunt-hugo-lunrjs.md
Last active March 31, 2024 09:08
hugo + gruntjs + lunrjs = <3 search
@nmerouze
nmerouze / main.go
Last active May 6, 2021 16:40
Example for "Build Your Own Web Framework in Go" articles
package main
import (
"database/sql"
"encoding/json"
"errors"
"fmt"
"log"
"net/http"
"time"