golib

package module
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: BSL-1.0 Imports: 0 Imported by: 0

README

golib

Go Reference Go Report Card

About

golib is a package for Go providing packages for common use. It is published on https://github.com/vbsw/golib and https://gitlab.com/vbsw/golib.

bgproc - start a process in "background", i.e. as a from terminal detached process
callback - map objects to ids; this allows to manage callbacks from C to Go
check - check files and their content
idxsearch - indexed binary search for slices of basic type
insert - insert data in slices of basic type
iter - run over files to process them
osargs - parse command line arguments
queue - simple First-In-First-Out queue
ref - convert bytes to string or string to bytes without reallocating data
remove - remove data in slices of basic type
search - binary search for slices of basic type

Copyright 2018, 2020 - 2022, Vitali Baumtrok (vbsw@mailbox.org).

golib is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)

golib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.

References

Documentation

Overview

Package golib provides packages for common use.

Directories

Path Synopsis
bgproc module
callback module
cb module
cdata module
check module
idxsearch module
insert module
iter module
osargs module
queue module
ref module
remove module
rwswitch module
search module

Jump to

Keyboard shortcuts

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