vscode-book-r2-golang

module
v0.0.0-...-a27f0e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT

README

Visual Studio Code 実践ガイド 第 2 版 サンプルコード

Go 言語の API 実装。

パッケージ

  • cmd
    • server: 実行プログラム
  • domain: ドメイン
    • entity: ドメイン内外で、データの受け渡しに使う構造体。
    • usecase: ビジネスロジックを格納する。
    • repository: ドメイン層から利用するリソースの定義。Database が定義されている。
  • memdb: インメモリデータベース。domain/repository の定義を実装する。
  • server: Web サーバ。

LICENSE

  • MIT License
  • Visual Studio Code 実践ガイドの購入者、組織は、無制限の改変、コピー、配布を許可

Directories

Path Synopsis
cmd
domain

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL