Golang

【GO】Golang ~ 並列プログラミング(Goルーチン/チャンネル) ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 https://dk521123.hatenablog.com/entry/2020/04/05/000000 の続き。 Go言語における気になる文法事項で、以下の通り。 ~~~~…

【GO】Golang ~ 基本編 / インターフェイス ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 https://dk521123.hatenablog.com/entry/2020/04/05/000000 https://dk521123.hatenablog.com/entry/2021/05/01/000000 の続…

【GO】Golang ~ 基本編 / 関数 ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 https://dk521123.hatenablog.com/entry/2020/04/05/000000 の続き。 今回は、「関数」を扱う。 なお、実行環境は、以下のサ…

【GO】Golang ~ 基本編 / ポインタ/アドレス ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 https://dk521123.hatenablog.com/entry/2020/04/05/000000 の続き。 他に気になる文法事項で、以下の通り。 ~~~~~~~~~~~~~~…

【GO】Golang ~ 基本編 / 構造体 ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 https://dk521123.hatenablog.com/entry/2020/04/05/000000 の続き。 他に気になる文法事項で、以下の通り。 ~~~~~~~~~~~~~~…

【GO】Golang ~ 入門編 ~

■ はじめに シリコンバレーで流行っているプログラミング言語とは https://www.youtube.com/watch?v=bro2Y22QiHs&t=252s で、Python だけでなく、Go言語も流行ってるらしいので どんな言語なのか、かーるく以下のサイトから勉強してみる。 (Go I だけが無料…

【GO】Golang ~ 基本編 ~

■ はじめに https://dk521123.hatenablog.com/entry/2020/04/12/145237 https://dk521123.hatenablog.com/entry/2020/04/03/000000 の続き。 今回は、GO言語の基本的な文法に触れる。 なお、その他の文法は、以下の関連記事を参照のこと。 Golang ~ 基本編 …

【GO】Golang ~ 環境設定編 ~

■ はじめに Go 言語を勉強するために、まずは開発環境を設定してみる。 目次 【0】簡単に試したい場合 - Webで実行させる 【1】設定環境 【2】設定手順 1)Go のダウンロード 2)Go のインストール 3)VS Code の拡張機能および依存パッケージをインス…