Commit Graph

4 Commits (7b7dcf29f79f185416325b62fad8cedf0b800b07)

Author SHA1 Message Date
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
bestgopher 90acced7c1 fix some statements 2021-01-15 16:56:54 +08:00
bestgopher 07563a1845 fix timing attack 2021-01-15 15:59:13 +08:00
Fenny 8bd50de610 🧹 housekeeping 2020-11-11 13:54:27 +01:00