feature/go-rewrite : base Go avec walk GUI
- Rewrite complet en Go : exe unique sans _internal/, sans extraction temp - GUI Windows-native via github.com/lxn/walk (TableView, TextEdit, PushButton) - Meme fonctionnalites : check repos, pull, checkout, auto-update, logs - build.bat : go build -ldflags "-H windowsgui -s -w" -> 9.6 Mo, zero dependance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Tijuana)]} {
|
||||
LoadTimeZoneFile America/Tijuana
|
||||
}
|
||||
set TZData(:Mexico/BajaNorte) $TZData(:America/Tijuana)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Mazatlan)]} {
|
||||
LoadTimeZoneFile America/Mazatlan
|
||||
}
|
||||
set TZData(:Mexico/BajaSur) $TZData(:America/Mazatlan)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Mexico_City)]} {
|
||||
LoadTimeZoneFile America/Mexico_City
|
||||
}
|
||||
set TZData(:Mexico/General) $TZData(:America/Mexico_City)
|
||||
Reference in New Issue
Block a user