わからない。けどなんとなく面白そう
とりあえず Emacs の環境整えました
とりあえず goweb 動かしてみました。
golang-samples/goweb/mapfunc がそのままだと動かなかったので goweb 本家の example とか見ながら書いてみた
golang-samples
との違いは
goweb.MapFunc()
が deprecated になっていたのでgoweb.Map()
に変更goweb.ListenAndServe()
が無くなっていたのでhttp.ListenAndServe()
に変更goweb.Context
がなんかエラーになっていたのでcontext.Context
に変更
いろいろ遊んでいきたい