Skip to content

Tags: go101/nstd

Tags

v0.2.1

Toggle v0.2.1's commit message
add MakeOneElemSlice, for golang/go#76135

v0.2.0

Toggle v0.2.0's commit message
improve WaitGroup.Go/GoN. See golang/go#76126

v0.1.9

Toggle v0.1.9's commit message
remove ScaleDuration. Add Scale/Scale2 instead

v0.1.8

Toggle v0.1.8's commit message
add ScaleDuration, for golang/go#75265

v0.1.7

Toggle v0.1.7's commit message
modify TrackError so that TrackError(&err, err) returns true

v0.1.6

Toggle v0.1.6's commit message
modify TrackError to TrackError(err, ptrToZeroSizeError) panic

if errors.Is(err, ptrToZeroSizeError) return true for err == ptrToZeroSizeError.

modify TrackErrorOf so that it doesn't distinguish value error type and pointer error type.

v0.1.5

Toggle v0.1.5's commit message
Add TrackError, for golang/go#74488.

TrackError(anIncomparbleErr, anIncomparbleErr) panics.

Add TrackErrorOf, for golang/go#51945.

v0.1.4

Toggle v0.1.4's commit message
BoolKeyMap and BoolElementMap now only support the builtin bool type.

v0.1.3

Toggle v0.1.3's commit message
remove the _slice type and move its methods to ttop functions.