1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Maxim Lebedev 837b0f4919
📝 Added package docs 2024-02-09 11:37:08 +06:00
Maxim Lebedev 8e8815c581
📄 Added LICENSE.md 2024-02-09 11:36:59 +06:00
2 changed files with 15 additions and 0 deletions

6
LICENSE.md Normal file
View File

@ -0,0 +1,6 @@
# MIT No Attribution License
Copyright 2024 Maxim «toby3d» Lebedev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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