An open API service indexing awesome lists of open source software.

https://github.com/rema424/hexample

Goでヘキサゴナルアーキテクチャをやるリポジトリ
https://github.com/rema424/hexample

ddd ddd-architecture go golang hexagonal-architecture

Last synced: 6 months ago
JSON representation

Goでヘキサゴナルアーキテクチャをやるリポジトリ

Awesome Lists containing this project

README

          

# hexample

Go っぽいプロジェクト構成でヘキサゴナルアーキテクチャ的なことをやるリポジトリ

## wire

### インストール

```sh
go get github.com/google/wire/cmd/wire
```

### ビルド

```sh
cd cmd/httpwire
wire
```

### アプリケーションの起動

```sh
cd cmd/httpwire
go run main.go wire_gen.go
```