Miller 6.5.0

This commit is contained in:
John Kerl 2022-11-27 12:48:33 -05:00
parent b6846fcd0f
commit 2ac27714d8
63 changed files with 1110 additions and 3149 deletions

View file

@ -111,9 +111,6 @@ bar.baz
bar.baz
[
]
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
This also works on the left-hand sides of assignment statements:
@ -147,9 +144,6 @@ This also works on the left-hand sides of assignment statements:
}
}
]
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
A few caveats:
@ -165,9 +159,6 @@ A few caveats:
6989
[
]
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
* However (awkwardly), if you want to use `.` for map-traversal as well as string-concatenation in the same statement, you'll need to insert parentheses, as the default associativity is left-to-right:
@ -181,9 +172,6 @@ go tool pprof -http=:8080 foo-stream
(error)
[
]
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>
<pre class="pre-highlight-in-pair">
@ -195,7 +183,4 @@ go tool pprof -http=:8080 foo-stream
GET -- api/check
[
]
Memory profile started.
Memory profile finished.
go tool pprof -http=:8080 foo-stream
</pre>