0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Go言語を学んでみる #1

Posted at

Go言語を使ってシステム開発してみたいと思ったので、まとめてみる。

参考: https://hnavi.co.jp/knowledge/blog/go/

Go言語とは

  • Googleが開発したサーバサイド言語
  • シンプルかつ高速な処理が可能
  • YouTubeやメルカリの開発で使用されていて、近年注目が集まっている言語のひとつ

インストール方法

下記リンクからインストーラをダウンロードしてインストール
https://go.dev/dl/

学習方法

とりあえず基礎は公式サイトを見てみるのがいい感じ。
https://go.dev/learn/

「Tour of Go」から、ブラウザ上で学習ができる。日本語にも対応。大変便利。

ロードマップのリンクもメモ。英語ができる人はこのロードマップから勉強するのがいいかも。

ということで次回から実際に公式サイトで学習したことをいろいろメモしていく。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?