Skip to content

Instantly share code, notes, and snippets.

@muroon
Created May 20, 2019 14:42
Show Gist options
  • Save muroon/724cfa6e7a655ac97c15b853d94013b9 to your computer and use it in GitHub Desktop.
Save muroon/724cfa6e7a655ac97c15b853d94013b9 to your computer and use it in GitHub Desktop.
golang.tokyo#24

Go Conference 2019 Spring 2次会イベント

https://golangtokyo.connpass.com/event/129067/

CLIを支える記述

https://speakerdeck.com/izumin5210/techniques-that-support-building-cli-tools-2019-spring

Go (Ebiten) で実践モバイルゲーム開発

Ebitenというgolangで2Dゲームライブラリについて。テクスチャアトラスの生成、バッチングも行ってくれる。

https://docs.google.com/presentation/d/e/2PACX-1vROsKT1RYDNWLI0dPEjH8EbQTMlwHfSHcKAF-7qwZ8mkFTL5WvdxKgBZ4V35-UHTHVAJeZVRVFu2SkV/pub?start=false&loop=false&delayms=3000&slide=id.p

Ebiten https://github.com/hajimehoshi/ebiten

gomobile golangをAndroid/iOS向けにビルドできるコンパイラ

Chaos Engineering

https://speakerdeck.com/hazumirr/before-chaos-engineering

gRPC Server with golang

https://speakerdeck.com/abemotion/grpc-server-with-golang

実際に使用したエラーリポートツール https://sentry.io/welcome/

cloud.google.com/go/pubsub internal

cloudpubsubのgolangパッケージの中身を読み解く

https://speakerdeck.com/izumin5210/pubsub-internal

Goとjsonで履歴書を管理できるようにしてみた

https://speakerdeck.com/usk81/manage-resumes-with-go-and-json

Backside of coverage measurement of Go

golangのテストカバレッジについて

https://speakerdeck.com/po3rin/backside-of-coverage-measurement-of-go

TinyGoコンパイラでWebAssemblyを生成してできること

WebAssebly対応。通常のgoよりビルドサイズを節約できる。 現状では使用できないパッケージが多々ある。今後に期待

https://speakerdeck.com/hayaokimura/compile-wasm-by-tinygo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment