Skip to content

Releases: arthurkushman/pgo

#71: Fix deferred error checks

08 Apr 18:11
de662e4
Compare
Choose a tag to compare
v1.0.6

#71: Fix deferred error checks (#72)

#69: Change deprecated rand.Seed to NewSource/New

28 Mar 19:28
4557d4e
Compare
Choose a tag to compare
v1.0.5

#69: Change deprecated rand.Seed to NewSource/New (#70)

Add ArrayReverse

12 Aug 09:52
1398dff
Compare
Choose a tag to compare
v1.0.4

#65: Add ArrayReverse (#66)

Add ArrayValues impl

16 Jun 08:29
515deda
Compare
Choose a tag to compare
v1.0.3

#20: Add ArrayValues impl (#64)

ArrayUnique implementation

07 Jun 07:12
Compare
Choose a tag to compare
v1.0.2

#63: Add ArrayUnique impl

ArrayMin/ArrayMax implementation

17 May 16:21
d0914cd
Compare
Choose a tag to compare
v1.0.1

#61: Add ArrayMin/ArrayMax impls (#62)

Generics to arrays

16 Apr 12:27
d60d159
Compare
Choose a tag to compare

! Note: generics have been implemented in Go >= 1.18 version, don't use this lib version with Go < 1.18

PS Though they definitely much faster than reflection - happy coding 🎉 .

Add types to http query builder

20 Dec 18:10
Compare
Choose a tag to compare
v0.8.5

#typed_http_builder: Add types to http query builder

Add EqualSlices to compare two slices of any types

22 Sep 20:40
Compare
Choose a tag to compare
v0.8.4

#57: Add EqualSlices to compare two slices of any types

Change HTTPBuildQuery to accept []string

04 Sep 15:51
Compare
Choose a tag to compare
  • Change HTTPBuildQuery to accept []string
  • Fix len to l redeclaration issue