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
- Host: GitHub
- URL: https://github.com/edmartt/go-dependency-inversion
- Owner: Edmartt
- Created: 2022-04-02T22:31:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T22:49:41.000Z (about 4 years ago)
- Last Synced: 2025-03-27T20:41:19.587Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```