Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 472 Bytes

Go-Help.md

File metadata and controls

21 lines (19 loc) · 472 Bytes

Packages used:

  • fmt
  • log
  • net/http
  • golang.org/x/crypto/bcrypt
  • github.com/gin-contrib/cors
  • github.com/gin-gonic/gin
  • github.com/jinzhu/gorm
  • github.com/jinzhu/gorm/dialects/sqlite

Installation:

  • go get -u golang.org/x/crypto/bcrypt
  • go get -u github.com/gin-contrib/cors
  • go get -u github.com/gin-gonic/gin
  • go get -u github.com/jinzhu/gorm
  • fmt (core package)
  • log (core package)
  • net/http (core package)

Run server:

  • go run app.go