Skip to content

Frequently needed, stupid simple, packages in Go

License

Notifications You must be signed in to change notification settings

function61/gokit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0acfdd5 · Jan 22, 2025
Oct 8, 2024
Dec 18, 2024
Dec 19, 2024
Dec 19, 2024
Oct 8, 2024
Jul 12, 2023
Apr 6, 2023
Apr 19, 2024
Oct 20, 2023
Jan 22, 2025
Jan 22, 2025
Apr 8, 2023
Apr 6, 2023
Dec 19, 2024
Dec 19, 2024
Apr 6, 2023
Oct 6, 2018
Dec 19, 2024
Dec 19, 2024
Dec 19, 2024
Nov 7, 2024

⬆️ For table of contents, click the above icon

Build GoDoc

Frequently needed, stupid simple, packages in Go.

Directory structure

Low-level packages

Directory structure follows Go's stdlib where there are equivalents. E.g. httputils is found in net/http/httputils/.

Higher-level, "app", packages

Go's stdlib (wisely) doesn't implement higher level/app-level concepts.

Higher-level concepts are in app/ like backoff/retry algorithms or external service related things like AWS wrappers or Prometheus helpers.

Deprecations

About

Frequently needed, stupid simple, packages in Go

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Languages