[CI-SKIP] Store Pre-Claude Code
All checks were successful
Build (artifact) / build (push) Has been skipped

This commit is contained in:
2026-04-22 22:26:21 -04:00
parent 727de333b4
commit 6aacbfbb71
30 changed files with 239 additions and 246 deletions

View File

@@ -1,4 +1,4 @@
package executor
package main
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package executor
package main
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package executor
package main
import (
"context"

7
app/executor/main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello Executor")
}

View File

@@ -1,4 +1,4 @@
package executor
package main
import "fmt"