Awesome Go

just

CategoryUtilities
SubcategoryUtilities
Stars0

Just a collection of useful functions for working with generic data structures

About just

just

Go Reference License Build Status Go Report Card CodeCov Mentioned in Awesome Go

This project contains features that help make the noisy stuff in every project.

  • Filter slices, maps.
  • Applying functions to collections.
  • Null[any] for optional fields in API and sql.DB queries.

Most helpful functions

Examples

This library contains a bunch of functions. Please see pkg.go.dev for examples.

Frequently Asked Questions

What is just?

just is a Utilities library for the Go programming language. Just a collection of useful functions for working with generic data structures

How do I install just?

Install just with the Go module system using `go get kazhuravlev/just`. Check the repository for the current installation instructions.

What category does just belong to?

just is listed under Utilities, specifically Utilities.

← Back to Utilities