1
0
Fork 0

📝 Added package docs

This commit is contained in:
Maxim Lebedev 2024-02-09 11:37:08 +06:00
parent 8e8815c581
commit 837b0f4919
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 9 additions and 0 deletions

9
hacks.go Normal file
View File

@ -0,0 +1,9 @@
// The hacks package contains various utilities for common and typical cases.
//
// 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.
package hacks