nabbar c4b5f11efc Rework ioutils/gzipreader/fileprogress
Package ioutils:
- remove file progress from ioutils and rework it to package
  file/progress

Package file/progress:
- simplify call / use of file progress
- optimize code
- use atomic to function progress
- isolation part of code
- make interface more compatible with *os/File / io interface

Package archive/gzipreader
- create package to expose a io.reader interface from a no gzipped io.reader
- add interface GZipReader to expose metrics like rate of compression

Package archive:
- apply following change
- add minor internal change into errors files

Package artifact:
- apply following change
- add minor internal change into errors files

Package aws:
- apply following change
- removing minio server from repo

Package mail:
- apply following change
- add minor internal change into errors files

Package nutsdb:
- apply following change
- add minor internal change into errors files

Package static:
- apply following change

Other:
- bump dependencies
- ci/cd : add a wget command to dl minio server for testing
- add aws/minio to gitignore
2023-08-22 19:42:46 +02:00
2023-06-26 08:36:29 +02:00
2023-07-26 21:11:39 +02:00
2023-08-22 19:35:33 +02:00
2023-06-02 10:26:35 +02:00
2023-06-26 08:36:29 +02:00
2023-08-22 19:35:33 +02:00
2022-03-16 15:08:33 +01:00
2023-07-26 21:11:39 +02:00
2023-06-26 08:36:29 +02:00
2023-06-26 08:36:29 +02:00
2022-09-13 12:31:04 +02:00
2023-08-06 14:33:36 +02:00
2023-06-26 08:36:29 +02:00
2023-07-26 21:11:39 +02:00
2021-04-15 15:42:49 +02:00
2022-09-13 12:31:04 +02:00
2023-08-08 13:47:36 +02:00
2023-06-26 08:36:29 +02:00
2022-09-13 12:31:04 +02:00
2023-08-06 14:33:36 +02:00
2023-07-28 13:33:22 +02:00
2023-08-22 19:35:16 +02:00
2023-08-06 14:30:52 +02:00
2023-05-15 14:48:57 +02:00
2023-06-26 08:36:29 +02:00
2023-06-02 10:26:35 +02:00
2020-01-04 14:42:49 +01:00
2020-01-04 14:42:49 +01:00
2023-08-22 19:42:46 +02:00
2021-12-29 16:40:57 +01:00
2021-04-23 13:38:43 +02:00
2021-12-30 13:27:14 +01:00

Go

golib : custom lib for go

snyk project : https://app.snyk.io/org/nabbar/project/2f55a2b8-6015-4db1-b859-c2bc3b7548a7

using in source code

first get the source dependancies

go get -u github.com/nabbar/golib/...

second, import the needed lib in your code

import "github.com/nabbar/golib/version"

Details of packages :

Build tags

To build static, pure go, some packages need to use tags osusergo and netgo, like this

go build -a -tags osusergo,netgo -installsuffix cgo ...
Description
custom libraries for go
Readme MIT 53 MiB
Languages
Go 100%