Nicolas JUHEL b0fd08792c Package AWS
Add feature to change http timeout directly in httpcli store in aws client
  Add copy/MPUCopy function
  Update mpu to allow copy with MPU

Package Cobra
  Fix println by fmt.Fprint to os.stdout

Package Crypt
  Refactor package to use instance of crypt instead of a global crypt unique instance
  Allow to gen key/nonce
  Add io stream reader/writer instead of only buffer slice encoder decoder

Package file/bandwidth
  Add new subpackage bandwith to limit a amount of byte read/write for a duraction
  Use file/progress function increment/reset
  Allow to add custom function increment / reset

Package IOUtils
  Remove useless file error.go, tempFile.go (replaced by package file)
  Move fileDescriptor to a subpackage fileDescriptor: allow to change nb of FD for linux/windows os
  Move Buffer ReadCloser to a new subpackage: allow to add close function to buffer, and expose read / write io interface
  Add sub package multiplexer to allow send/receive multiple io stream into on io stream

Package Socket
  Rework to expose io stream instead of buffer
  Fix minor bugs

Other:
  Bump dependencies
  Update code following bump dependencies
2023-10-03 12:03:36 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-09-04 16:37:19 +02:00
2023-10-03 12:03:36 +02:00
2023-09-04 16:37:19 +02:00
2023-08-28 11:22:08 +02:00
2023-06-26 08:36:29 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-09-04 16:37:19 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-09-04 16:37:19 +02:00
2023-08-28 11:22:08 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2021-04-15 15:42:49 +02:00
2022-09-13 12:31:04 +02:00
2023-09-04 16:37:19 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +02:00
2023-08-06 14:33:36 +02:00
2023-07-28 13:33:22 +02:00
2023-08-28 11:22:08 +02:00
2023-10-03 12:03:36 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-10-03 12:03:36 +02:00
2023-08-28 11:22:08 +02:00
2023-08-28 11:22:08 +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-10-03 12:03:36 +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 61 MiB
Languages
Go 99.7%
Shell 0.3%