1
0
Fork 0
Go to file
Maxim Lebedev 5a7353945d
🧑‍💻 Created function package with Must utility
2024-04-09 05:16:27 +05:00
docs 📝 Added README files 2024-02-09 11:52:41 +06:00
function 🧑‍💻 Created function package with Must utility 2024-04-09 05:16:27 +05:00
net/http 📝 Added note about 74x HTTP codes 2024-03-17 04:47:42 +05:00
path 🚚 Renamed path test example to Shift test example 2024-03-19 16:22:09 +05:00
pointer 🚚 Renamed package test example to Of method test example 2024-03-19 16:11:18 +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.