# README
Tools-go
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
usingGo 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: