『Real World HTTP』のサンプルコードから、httpがグローバル変数みたいに見えるのが気持ち悪い…。httpServerをレシーバにしたいような気がしちゃう。うーん
```package main
import ( : "net/http" :)
func main() { var httpServer http.Server http.HandleFunc("/", handler) :}```
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.