nabbar 9e8179374b README:
- Add some README file to give missing documentations or update existing documentation file

Package Archive:
- Add some comments to godoc information
- Moving NopWriterCloser interface to ioutils package

Package IOUtils:
- New package NopWriterCloser to implement interfac like NopReader

Package Database:
- KVMap: fix missing function following update of kvdriver

Package Duration:
- Rename BDD testing

Package Context/Gin:
- Moving function New between model & interface file

Package AWS:
- rework Walk function to use more generic with standard walk caller function
- func walk will now no more return and include error (can be catched into the given func)
- func walk will now return a bool to continue or stop the loop
- func walk with many input function will now stop when all given function return false
- func walk will now return error only about main process and not given function

Package errors:
- Add interface error into interface Error

Package IOUtils:
- Moving IOWrapper as subPackage and optimize process + allow thread safe
2025-05-25 06:29:25 +02:00
2025-03-28 16:04:37 +01:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2025-05-25 06:29:25 +02:00
2024-12-04 17:30:22 +01:00
2024-01-15 14:22:22 +01:00
2023-11-21 20:21:37 +01:00
2024-10-04 16:08:22 +02:00
2025-01-14 15:01:54 +01:00
2023-12-02 16:49:04 +01:00
2025-01-14 15:01:54 +01:00
2025-01-14 15:01:54 +01:00
2023-12-02 16:49:04 +01:00
2025-04-10 17:38:45 +02:00
2024-03-07 18:21:55 +01:00
2023-07-28 13:33:22 +02:00
2023-08-28 11:22:08 +02:00
2025-01-14 15:01:54 +01:00
2025-02-10 14:49:32 +01:00
2025-01-14 15:01:54 +01: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
2024-10-06 18:28:59 +02:00
2020-01-04 14:42:49 +01:00
2025-05-19 09:55:27 +02:00
2021-12-29 16:40:57 +01:00
2025-05-25 06:29:25 +02:00
2024-11-19 08:35:54 +01:00

golib : custom lib for go

Known Vulnerabilities Go GoDoc Go Report Card License

using in source code

first get the source dependancies

go get 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%