format testscript files with gofmt

This commit is contained in:
Paul Scheduikat
2025-06-15 18:25:20 +02:00
committed by GitHub
parent 8d8ba00515
commit 87ebebb520
25 changed files with 159 additions and 78 deletions

View File

@@ -96,9 +96,9 @@ import (
func main() {
if len(os.Args) > 0 && os.Args[1] == "env" {
enc, _ := json.Marshal(struct{
enc, _ := json.Marshal(struct {
GOVERSION string
} {
}{
GOVERSION: os.Getenv("TOOLCHAIN_GOVERSION"),
})
fmt.Printf("%s\n", enc)