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

https://github.com/edmartt/go-dependency-inversion

An attempt for using dependency inversion and DAO pattern
https://github.com/edmartt/go-dependency-inversion

Last synced: 5 months ago
JSON representation

An attempt for using dependency inversion and DAO pattern

Awesome Lists containing this project

README

          

# Go Practice

A Go practice for understanding the DI principle and making an application with DAO pattern

## Running this project

- 1. Clone the project
```
https://github.com/Edmartt/go-dependency-inversion.git
```

- 2. Download dependencies

```
go mod download
```

- 3. Execute the main file and type your username

```
go run main.go
```