Skip to content

Instantly share code, notes, and snippets.

View kgmyshin's full-sized avatar
🍶
I want to drink

Shinnosuke Kugimiya kgmyshin

🍶
I want to drink
View GitHub Profile
@nikuyoshi
nikuyoshi / build-crosscompile-env.sh
Last active November 20, 2022 13:17
Goのクロスコンパイル環境構築のためのシェルスクリプト
#!/bin/sh
# Environment list
# $GOOS $GOARCH
# darwin 386
# darwin amd64
# freebsd 386
# freebsd amd64
# freebsd arm
# linux 386