Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 211 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 211 Bytes

go-crud-app

  1. Iniciando o projeto:
go mod init go-crud-app
go get github.com/gorilla/mux
go get gorm.io/gorm
go get gorm.io/driver/sqlite
  1. Iniciando a aplicação:
go run main.go