Categorygithub.com/syunkitada/programming_go
module
0.0.0-20240225144602-310d7a4f38fa
Repository: https://github.com/syunkitada/programming_go.git
Documentation: pkg.go.dev

# README

Go

  • 勉強用の Go プログラム群です

コンテンツ

LinkDescription
Getting Started入門
基礎基礎
ライブラリ勉強用ライブラリ勉強用のメモ書きやサンプルコードなどの置き場
チップス雑多なプログラム群

最低限のルール

プロジェクト作成時

  • go mod init は、以下のようにサブプロジェクトごとに初期化して利用します
  • 基本的に外部からの利用を想定しないのでディレクトリ名で初期化します
mkdir libs/lib_project1
cd libs/lib_project1
go mod init lib_project1

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author