simplego

module
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2024 License: MIT

README

simplego

Simple utilities for Go

Updating Go

sudo rm -rvf /usr/local/go wget https://golang.org/dl/go1.21.1.linux-arm64.tar.gz -O go.tar.gz && tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz

Directories

Path Synopsis
Package unique provides primitives for finding unique elements of types that implement sort.Interface.
Package unique provides primitives for finding unique elements of types that implement sort.Interface.

Jump to

Keyboard shortcuts

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