# README
Applying Manager Api - Golang
Welcome to applying manager
Handling migrations
Creating migrations
atlas migrate diff my_migration_name --env gorm
Running migrations
# First go to atlagosdk directory
cd atlasgosdk
# Then run main.go file
go run main.go
Running unit tests
Go to root folder and run
make test_unit
# Packages
No description provided by the author