golib

package module
v0.0.0-...-c049333 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2022 License: MIT Imports: 1 Imported by: 0

README

golib - Gonzo Library for Go

Go v1.18 License

golib is a collection of various utility Go packages.

This project will serve as a test bed and experimentation tool as a I go about learning Go.

Keeping that in mind, code may not always be idiomatic Go and will probably go through some churn as I try things out. Some code may even be removed if found to be flawed or unnecessary.

Any thoughts, comments, bug reports, and constructive criticism will be appreciated.

Adding to a project/module

go get -u github.com/algonzalez/golib

Authors

Alberto Gonzalez (aka "Al")

All code in this repository is Copyright 2022 Alberto Gonzalez, All Rights Reserved.

It is released under the MIT License.

A copy of the license text can be found in the LICENSE.txt file.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Max

func Max[T constraints.Ordered](x, y T) T

Max returns the larger of the two specified values.

func Min

func Min[T constraints.Ordered](x, y T) T

Min returns the smaller of the two specified values.

Types

This section is empty.

Directories

Path Synopsis
Package require provides functions that to check conditions and panic when they are not met.
Package require provides functions that to check conditions and panic when they are not met.
Package strings provides utility functions for working with strings.
Package strings provides utility functions for working with strings.
format
Package format provides various time format constants as well as functions to work with time format strings.
Package format provides various time format constants as well as functions to work with time format strings.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL