Nicolas JUHEL abe84d7498 Merge pull request #161 from nabbar/aws-mpu-rework
Rework Aws/MPU

Package AWS:
- rework MultipartUpload process & helper
- update test to use lib size
- update object multipart to use new helper
    
Package IO Utils :
- add truncate & sync to FileProgress
- fix error on open file mode for FileProgress
    
Package Console :
- fix interface used for color buffer
    
Package Cobra :
- add function to print message on write config to use custom message instead of internal message. If the function is not set, the default message will be print.
    
Other:
- fix golangci-lint config to remove crazy linter (use only golang group compliance linter)
- bump dependencies
- fix issue #160
2023-06-02 10:42:55 +02:00
2023-06-02 10:26:35 +02:00
2022-08-10 11:11:34 +02:00
2023-06-02 10:26:35 +02:00
2023-04-18 17:29:43 +02:00
2023-06-02 10:26:35 +02:00
2023-04-11 15:39:24 +02:00
2023-04-06 13:17:38 +02:00
2022-03-16 15:08:33 +01:00
2023-06-02 10:26:35 +02:00
2023-04-11 15:39:24 +02:00
2023-06-02 10:26:35 +02:00
2023-04-21 10:08:48 +02:00
2022-09-13 12:31:04 +02:00
2023-04-06 13:17:38 +02:00
2023-02-28 15:00:34 +01:00
2021-04-15 15:42:49 +02:00
2022-09-13 12:31:04 +02:00
2023-04-06 13:17:38 +02:00
2022-09-13 12:31:04 +02:00
2023-04-06 13:17:38 +02:00
2021-04-23 09:33:28 +02:00
2023-05-15 14:48:57 +02:00
2023-02-28 15:00:34 +01:00
2023-05-15 14:48:57 +02:00
2021-09-13 08:55:42 +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-06-02 10:26:35 +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%