mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
format testscript files with gofmt
This commit is contained in:
4
testdata/script/goversion.txtar
vendored
4
testdata/script/goversion.txtar
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user