mirror of
https://github.com/tinygo-org/net.git
synced 2026-08-10 22:53:38 +00:00
Add upgrade automation script and tooling
- upgrade.sh: automates backporting upstream Go net package changes - Downloads Go source tarballs for CUR and UPSTREAM versions - Copies unmodified files directly from upstream - Performs 3-way merge (diff3) for TinyGo-modified files - Detects per-file CUR version from TINYGO headers - Generates detailed diff reports in .upgrade-report/ - Supports --dry-run mode for previewing changes - .gitignore: add .upgrade-work/ and .upgrade-report/ directories
This commit is contained in:
@@ -19,3 +19,7 @@
|
||||
|
||||
# Go workspace file
|
||||
go.work
|
||||
|
||||
# Upgrade script work/report directories
|
||||
.upgrade-work/
|
||||
.upgrade-report/
|
||||
|
||||
Reference in New Issue
Block a user