Skip to content

Instantly share code, notes, and snippets.

View hatredholder's full-sized avatar
!!!

hatredholder hatredholder

!!!
  • /home/hatredholder
View GitHub Profile
@hoshi-takanori
hoshi-takanori / nolist.go
Last active February 24, 2024 18:56
http.FileServer with no directory listing.
// http://grokbase.com/p/gg/golang-nuts/12a9xcadca/go-nuts-disable-directory-listing-with-http-fileserver
package main
import (
"net/http"
"os"
)
type NoListFile struct {