Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 205 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 205 Bytes

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