Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
upamanyus committed Jul 10, 2024
1 parent f451cda commit 5ec39f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goose.go
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ func (ctx Ctx) goStmt(e *ast.GoStmt) glang.Expr {
}
var expr glang.Expr = glang.SpawnExpr{Body: glang.NewCallExpr(
glang.IdentExpr("$go"),
args...
args...,
)}
expr = glang.LetExpr{
Names: []string{"$go"},
Expand Down

0 comments on commit 5ec39f1

Please sign in to comment.