/go-util

small utility packages for go

Primary LanguageGo

go-util

go-util is a repository that will contain utility packages that are small enough to be placed in a separate repository.
Examples of usage can be found in files with the _test suffix.

Contents

package description
data data processing tools
delimiterdetector helps to detect delimiter of structured data stream (CSV mainly)
infra infrastructure tools and utilities
postgres-connector convenient way to connect to a PostgreSQL database with attempts and delays