Loading...
Loading...
Go backend with Gin, MongoDB, JWT auth, and Clean Architecture.
npx skill4agent add eng0ai/eng0-template-skills go-backend-clean-architecturegit clone --depth 1 https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git .git clone --depth 1 https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git _temp_template
mv _temp_template/* _temp_template/.* . 2>/dev/null || true
rm -rf _temp_templaterm -rf .git
git initgo mod downloadgo build -o app ./cmd/main.gogo run ./cmd/main.go