From c2ebf15b6bc497f028718e14924c1954e9e47f15 Mon Sep 17 00:00:00 2001 From: sergio Date: Mon, 29 Jun 2026 10:07:27 -0400 Subject: [PATCH] =?UTF-8?q?Etapa=20G:=20frontera=20go.work=20=E2=80=94=20g?= =?UTF-8?q?o-mockery(mockery)+k3d=20CONSTRUYEN=20con=20'go=20work=20vendor?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Validados estáticos (k3d v5-dev, mockery corre). Primeros frutos del soporte go.work multimódulo. --- {tandas/staged-fallidos => recipes}/go-mockery.toml | 1 - {tandas/staged-fallidos => recipes}/k3d.toml | 1 - 2 files changed, 2 deletions(-) rename {tandas/staged-fallidos => recipes}/go-mockery.toml (81%) rename {tandas/staged-fallidos => recipes}/k3d.toml (86%) diff --git a/tandas/staged-fallidos/go-mockery.toml b/recipes/go-mockery.toml similarity index 81% rename from tandas/staged-fallidos/go-mockery.toml rename to recipes/go-mockery.toml index 71ea9198..75555c81 100644 --- a/tandas/staged-fallidos/go-mockery.toml +++ b/recipes/go-mockery.toml @@ -1,4 +1,3 @@ -# DIFERIDA (go-13): go.work MULTIMÓDULO ⇒ GOWORK=off vendorea solo raíz → vendoring inconsistente; necesita 'go work vendor' (como git-town). # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile. diff --git a/tandas/staged-fallidos/k3d.toml b/recipes/k3d.toml similarity index 86% rename from tandas/staged-fallidos/k3d.toml rename to recipes/k3d.toml index e0ff86eb..3c9fb0ff 100644 --- a/tandas/staged-fallidos/k3d.toml +++ b/recipes/k3d.toml @@ -1,4 +1,3 @@ -# DIFERIDA (go-16): go.work MULTIMÓDULO (necesita 'go work vendor', como go-mockery/git-town). # Importada de nixpkgs por `hammer import-nix` (Etapa G). PUNTO DE PARTIDA, no final: # - el build usa el lab de hammer (zig-cc / musl estático), NO el stdenv de nix ⇒ revisá # compiler/link/phases y adaptá hasta que compile.