1
0
Fork 0
Go to file
Maxim Lebedev 156bf5fef1
📝 Added pointer example
2024-03-18 17:21:27 +05:00
docs 📝 Added README files 2024-02-09 11:52:41 +06:00
net/http 📝 Added note about 74x HTTP codes 2024-03-17 04:47:42 +05:00
path 🐛 Fixed invalid comprassion in path.Shift util 2024-02-11 00:20:24 +06:00
pointer 📝 Added pointer example 2024-03-18 17:21:27 +05:00
testing 📝 Added example GoldenEqual test and golden file 2024-03-18 17:17:32 +05:00
LICENSE.md 📄 Added LICENSE.md 2024-02-09 11:36:59 +06:00
go.mod 🧑‍💻 Show diff between test output and golden file 2024-02-09 13:06:37 +06:00
go.sum 🧑‍💻 Show diff between test output and golden file 2024-02-09 13:06:37 +06:00
hacks.go 📝 Added package docs 2024-02-09 11:37:08 +06:00

docs/README.en.md

hacks

Various utilities for common and typical cases

Go Go Reference

Import submodule by its URL:

import "source.toby3d.me/toby3d/hacks/pointer"

Do not use the root address of the repository, as it is empty and only for documentation.