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/Rio_Branco)]} {
|
||||
LoadTimeZoneFile America/Rio_Branco
|
||||
}
|
||||
set TZData(:Brazil/Acre) $TZData(:America/Rio_Branco)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Noronha)]} {
|
||||
LoadTimeZoneFile America/Noronha
|
||||
}
|
||||
set TZData(:Brazil/DeNoronha) $TZData(:America/Noronha)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Sao_Paulo)]} {
|
||||
LoadTimeZoneFile America/Sao_Paulo
|
||||
}
|
||||
set TZData(:Brazil/East) $TZData(:America/Sao_Paulo)
|
||||
@@ -1,5 +0,0 @@
|
||||
# created by tools/tclZIC.tcl - do not edit
|
||||
if {![info exists TZData(America/Manaus)]} {
|
||||
LoadTimeZoneFile America/Manaus
|
||||
}
|
||||
set TZData(:Brazil/West) $TZData(:America/Manaus)
|
||||
Reference in New Issue
Block a user