/gin-4

Walk-through of the Go Gin Framework Crash Course 4

Primary LanguageGo

Welcome to Golang / Go Gin Framework Crash Course Walkthrough 👋

Part

Install

`go mod init github.com/monkrus/gin`

Usage

 Install gin `go get github.com/gin-gonic/gin`

Run tests

Run `go run server.go` to test the server is running

Miscellaneous

Update dependency `go get -u`
Make sure your `payload` line is straightened in tester.go

Author

👤 ** Pragmatic Reviews **

Reviewer

👤 ** monkrus **

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator