Various Go web framework examples
To run these examples locally and then deploy, do the following:
- After cloning this repository,
cdto any of these framework directories and rungo mod tidy. - Run
go run main.go. - To deploy, for example with Local Git:
- Run
git init - Add the remote repository with
git remote add azure <remote URI> - Add and commit -
git add .followed bygit commit "initial commit" - Push to the remote -
git push azure master
Frameworks: