This commit is contained in:
Alexander Heldt
2025-11-08 14:31:07 +01:00
parent 05a0ab003b
commit 74e8c6d6dc
10 changed files with 360 additions and 0 deletions

5
go/HINTS.md Normal file
View File

@@ -0,0 +1,5 @@
# Hints
- The [Result module][result-module] has some useful functions for working with the Result type, such as `result.map` and `result.try`.
[result-module]: https://hexdocs.pm/gleam_stdlib/gleam/result.html