simple golang project to understand hexagonal architecture
# create containers
$ docker-compose up -d
# exec bash container
$ docker exec -it [ID-CONTAINER] bash
# runner tests
$ go test ./...
| Name | Name | Last commit date | ||
|---|---|---|---|---|
simple golang project to understand hexagonal architecture
# create containers
$ docker-compose up -d
# exec bash container
$ docker exec -it [ID-CONTAINER] bash
# runner tests
$ go test ./...