module
0.0.0-20231001204952-a35c77e7ac0c
Repository: https://github.com/sharpdevops10/gopractice.git
Documentation: pkg.go.dev
# README
GoPractice
This repositry is an example of backend application using Golang.
Dowload Golang - https://go.dev/dl/
Libraries that were used in this project
- Expanded go's standard database/sql library - https://github.com/jmoiron/sqlx
- Migrations - https://github.com/golang-migrate/migrate
- Tests. The assert package provides some helpful methods that allow you to write better test code in Go - https://github.com/stretchr/testify
- Go cryptography libraries - https://github.com/golang/crypto
- Validation - https://github.com/go-ozzo/ozzo-validation
- Cookie-sessions - https://github.com/gorilla/sessions
- Gorilla handlers - https://github.com/gorilla/handlers
- UUID - https://github.com/google/uuid
Documentation
If you want to know about Migrations, you can follow this link - Migrations
If you want to know about Merge Conflicts, you can follow this link - Merge Conflicts
If you want to know about CORS, you can follow this link - CORS
If you want to know about Sessions, you can follow this link - Sessions
Information
The book with information - https://golangify.com/
# Packages
No description provided by the author