Categorygithub.com/ruauka/tools-go
repository
1.1.18
Repository: https://github.com/ruauka/tools-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Tools-go

Coverage Status build GoDoc

Overview

The tool contains some useful packages:

  • Attrs - changing and rounding struct fields (getattr, setattr, etc...);
  • Rtime - counting time;
  • Rslices - work with slices;
  • Asm - optimization for slices using Go Assembly, SIMD;

Install

To install the package run:

go get github.com/ruauka/tools-go

Update

To update the package run:

go get -u github.com/ruauka/tools-go

Usage

Allure: