7; via golang-nuts
> wrote:
>
> On Thu, 2024-08-15 at 22:32 +, Costanza, Pascal wrote:
>> I believe the indices in your examples are updated in the wrong
>> place. The following seems to do what I believe you
>> expect: https://go.dev/play/p/U2YQM3fOz98
>
> T
I believe the indices in your examples are updated in the wrong place. The
following seems to do what I believe you expect:
https://go.dev/play/p/U2YQM3fOz98
Pascal
On 16 Aug 2024, at 00:08, 'Dan Kortschak' via golang-nuts
wrote:
Currently the Gonum graph packages make use of go:linkname abu
On 25 Sep 2023, at 23:31, Corin Lawson wrote:
Fantastic work! I'm no authority on the subject of Go programming style but the
CheckErrors and OK pattern seems very unusual. Can you tell me the reasons for
that design choice?
The CheckErrors and OK pattern is there to make error checking in Go