Thanks Driven Life

日々是感謝

Go 始めました

わからない。けどなんとなく面白そう

とりあえず Emacs の環境整えました

とりあえず goweb 動かしてみました。

golang-samples/goweb/mapfunc がそのままだと動かなかったので goweb 本家の example とか見ながら書いてみた

golang-samples との違いは

  • goweb.MapFunc() が deprecated になっていたので goweb.Map() に変更
  • goweb.ListenAndServe() が無くなっていたので http.ListenAndServe() に変更
  • goweb.Context がなんかエラーになっていたので context.Context に変更

いろいろ遊んでいきたい