dccn-tg / tg-toolset-golang

Go tools and libraries for interacting various services managed by the TG
0 stars 0 forks source link

prevented usage of `slices` package #11

Closed hurngchunlee closed 5 months ago

hurngchunlee commented 6 months ago

Hi @Jascha-N, during the release build, I noticed that the slices package is not properly included as it was introduced in a newer GO library.

This pull request is to remove the usage of it when checking the user status. Could you please quickly review it? Thanks!

hurngchunlee commented 5 months ago

Hi @Jascha-N, I updated the code again to make use of the timeRange filter. Could you please review it again? Thanks!