Small and usefull Go functions
  • Go 99.4%
  • Makefile 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tiago Katcipis cdad755600 Rename URLs on README (#3)
And remove CI/build stuff.

Reviewed-on: #3
Reviewed-by: i4k <[email protected]>
2026-01-22 18:30:31 +01:00
.github/workflows chore: use testing.TB instead of *testing.T (#22) 2022-10-07 13:43:59 +02:00
assert Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
errutil Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
io Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
iotest Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
muxer Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
semaphore Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
utf8 Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
.gitignore feat: ignore all profiling related files 2021-07-17 16:49:15 +02:00
codecov.yml chore: disable codecov build break (#23) 2022-10-07 12:42:00 +02:00
go.mod Rename module from github.com to codeberg.org (#2) 2026-01-08 13:40:48 +01:00
LICENSE Initial commit 2017-12-10 18:55:49 -02:00
Makefile Remove golangci lint (#1) 2026-01-09 16:26:37 +01:00
README.md Rename URLs on README (#3) 2026-01-22 18:30:31 +01:00

spells

GoDoc Go Report Card

Small and (hopefully) useful set of Go functions. The idea is to extend what we can't find on Go's stdlib with the simplest approach possible.