mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[PR #123] [CLOSED] feat: add go.mod file for module definition and Go version #172
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/123
Author: @HimmatSinghGohil
Created: 2/22/2026
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
53d0d43fix: change launch configurations from Go to Node for backend and tests0882a99feat: add go.mod file for module definition and Go version48de1b5fix: remove unnecessary blank lines in launch.jsonf2f77b5fix: remove unnecessary blank lines in launch.jsonf1aa9effix: update Launch Browser configuration to use Node instead of Chrome and add environment variables4ee7d8cfix: add ignoredPullRequestBranches setting for GitHub integration5d0b09dfix: update Launch Browser configuration to use pwa-chrome type for debugging1241f31fix: change Launch Browser configuration type from pwa-chrome to chromea0a3ee3fix: change Launch Browser configuration type from chrome to pwa-chrome6c9ef15fix: change Launch Browser configuration type from pwa-pwa-chrome to chrome📊 Changes
3 files changed (+28 additions, -18 deletions)
View changed files
📝
.vscode/launch.json(+22 -18)📝
.vscode/settings.json(+3 -0)➕
go.mod(+3 -0)📄 Description
Description of the Change
Problem
Solution
Closes #
Type of Change
Areas Affected
Testing and Verification
Test Configuration
Test Steps
Test Results
Security Considerations
Performance Impact
Documentation Updates
Deployment Notes
Checklist
Code Quality
go fmtandgo vet(for Go code)npm run lint(for TypeScript/JavaScript code)Security
Compatibility
Documentation
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.