module
0.0.0-20220814101130-185466b5808e
Repository: https://github.com/fedorwk/go-util.git
Documentation: pkg.go.dev
# README
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 |