Skip to content

sangle97/service-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-golang

go mod init github.com/sangle97/service-golang

go get github.com/badoux/checkmail

go get github.com/jinzhu/gorm

go get golang.org/x/crypto/bcrypt

go get github.com/dgrijalva/jwt-go

go get github.com/gorilla/mux

go get github.com/jinzhu/gorm/dialects/mysql" //If using mysql

go get github.com/jinzhu/gorm/dialects/postgres //If using postgres

go get github.com/joho/godotenv

go get gopkg.in/go-playground/assert.v1

go run main.go

Releases

No releases published

Packages