LoginSignup
0
0

More than 5 years have passed since last update.

golang.tokyo #20 参加メモ #golangtokyo

Last updated at Posted at 2018-12-18

Dive panic & type by takochuu

FIXME

labelerrとsuberrを作った話 by nametake

https://speakerdeck.com/nametake/created-labelerr-and-suberr
https://github.com/nametake/labelerr
https://github.com/nametake/suberr

パッケージ外から非公開情報を公開する方法 by MakKi

読みやすいログを出力しよう by imoty

formatパッケージの紹介
%v: 値を出力
%T: 型を出力
%[n]: 同じ値を繰り返し出力する
etc...

メジャーなLive Reloaderの違いをちゃんと調べてみた by yudppp

https://github.com/codegangsta/gin
https://github.com/gravityblast/fresh
https://github.com/oxequa/realize

Goでテスト仕様書からJSONファイルを自動生成するツールを作ったよ by takuoki

Go製のデスクトップアプリケーションを作る by micchie

https://speakerdeck.com/mishirakawa/go-astilectron-godedesukutotupuapuriwozuo-tutemitakunatutatoki
https://github.com/asticode/go-astilectron

いまさらdatabase/sql by rock619

FIXME

君の並行処理は実行するまでもなく間違っている by y_taka_23

vim-goの便利機能を紹介 by ゴリラ

https://docs.google.com/presentation/d/1RXjJM7KUPkeFaUgoW_mA2bv4ms9ZiLLUuuMFIH12-J4/edit#slide=id.p
https://github.com/skanehira/docui

業務でよく使っているライブラリ&ツール紹介 by qushot

https://github.com/labstack/echo
https://github.com/google/uuid
https://github.com/go-playground/validator
https://github.com/swaggo/swag
https://github.com/swaggo/echo-swagger
https://github.com/mercari/datastore
https://github.com/nametake/labelerr
https://github.com/nametake/suberr

Bounds Check Eliminationについて調べてみた by kaznishi

GOでのモデル取扱説明書 by uqichi

https://speakerdeck.com/uqichi/golang-how-to-deal-with-models
https://golang.org/pkg/encoding/gob
https://github.com/gobuffalo/pop

アーキテクチャについて思っていること by sonatard

Manages tool dependencies by izumin5210

https://speakerdeck.com/izumin5210/how-to-manage-tool-dependencies-in-go
https://github.com/izumin5210/gex

GoでDialogsを使ったSlack Appを作る by shiimaxx

https://github.com/nlopes/slack
https://shiimaxx.hatenablog.com/entry/go-dialogs-slack-app

Exportされてないフィールドを書き換えるなよ!絶対だぞ!絶対! by morikuni

Wire: コード生成によるDI by _ishkawa

https://speakerdeck.com/ishkawa/introducing-wire-dependency-injection-by-code-generator
https://github.com/google/wire

レイトレーシングとGoroutine by sachaos

NodeJSからGoへのマイグレーションについて by Alan Braithwaite

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0