1
0
Fork 0
Find a file
2024-11-16 18:23:12 +05:00
context 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
docs 📝 Updated docs 2024-08-28 19:21:08 +05:00
function 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
math 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
net/http 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
path 🚚 Renamed path test example to Shift test example 2024-03-19 16:22:09 +05:00
pointer 📝 Added one more example for Of util 2024-08-28 19:10:23 +05:00
sync 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
testing 🚨 Fixed some golangliner warnings 2024-11-16 18:23:12 +05:00
go.mod 🧑‍💻 Added math.Median util 2024-09-25 02:39:12 +05:00
go.sum 🧑‍💻 Added math.Median util 2024-09-25 02:39:12 +05:00
hacks.go 📝 Added package docs 2024-02-09 11:37:08 +06:00
LICENSE.md 📄 Added LICENSE.md 2024-02-09 11:36:59 +06:00

hacks

The hacks package contains various utilities for common and typical cases.

⚠ WARNING ⚠

This package and its sub-packages are "perpetually unstable": the composition of packages and their API's change without warning or tag versioning, depending on personal needs, requirements and preferences, as well as when official packages emerge that duplicate the behavior of current ones. Use vendoring to fix the specific state of the desired package, or simply copy the required utilities manually.