hexagonal

module
v0.0.0-...-c0159cc Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2022 License: Apache-2.0

README

Hexagonal Architecture in Go

Instructor: Pallat Anchaleechamaikorn github: https://github.com/pallat dev.to: https://dev.to/pallat

About this repo

This repository is my materials to teach about how to write Go in Hexagonal Architecture. I make this class to make understanding not just following. But if you are a newbie in Go, please make your Go code simple. No need any architectural in Go at all, feel free to design what you want.

How to run the deck

Install
npm install -g @marp-team/marp-cli

Run

marp -s ./deck

git commands

git add . # add all file and directory to git staging
git commit -m 'message' # commit staging to repository
git push origin Your_Name # push your branch to remote repository
git switch main # switch to main branch
git switch Your_Name # switch to your branch

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

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