Skip to content

soulinmaikadua/go-with-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go(Golang) with MongoDB

initial go projects

go mod init github.com/your-username/my-go-project

install package

go get github.com/gofiber/fiber/v2

or

go mod tidy