Skip to content

An attempt for using dependency inversion and DAO pattern

Notifications You must be signed in to change notification settings

Edmartt/go-dependency-inversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    1. Download dependencies
go mod download
    1. Execute the main file and type your username
go run main.go

About

An attempt for using dependency inversion and DAO pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages