Gusted
|
7b7dcf29f7
|
♻️ Tidy up the codebase (#1613)
* run gofmt
* add t.Helper()
* Simplify assigns
* Simplify make operation
* Remove unused field in struct
* Fix typo
* Run gofumpt ./
* Consistent spacing
* len(...) can never be negative
* Use ReplaceAll
* Simplify operation
* Remove deadcode
* Fix typo
* Tidy up `} else { if ...`
* Fix AssertEqual
* Remove t.Helper() to fix go1.14.15
|
2021-11-05 08:00:03 +01:00 |
|
Fenny
|
ebd507d5e5
|
🦵 limit go routines in test
|
2020-11-30 14:34:17 +01:00 |
|
Fenny
|
7be78406cb
|
🔐 use uuid v4 in session
|
2020-11-30 14:31:10 +01:00 |
|
Fenny
|
0cc60e3e39
|
✏ update utils
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
|
2020-11-17 08:24:28 +01:00 |
|
ReneWerner87
|
4995d49921
|
Merge remote-tracking branch 'origin/master' into UUID_thread_safe
|
2020-09-15 10:42:53 +02:00 |
|
ReneWerner87
|
032f202f98
|
☔ Make UUID function thread-safe
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
|
2020-09-15 10:36:47 +02:00 |
|
ReneWerner87
|
5073458cd0
|
☔ Make UUID function thread-safe
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
|
2020-09-15 10:35:18 +02:00 |
|
ReneWerner87
|
5f0651fd40
|
☔ Make UUID function thread-safe
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
|
2020-09-15 10:33:41 +02:00 |
|
Fenny
|
58e5ddab3a
|
🔨 fix test
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
|
2020-09-14 12:21:50 +02:00 |
|
Fenny
|
a63f4f067b
|
🛠 export utils
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
|
2020-09-14 12:16:45 +02:00 |
|