Nicolas JUHEL 8287497e68 Package Errors:
- fix bug with fmt.Errorf called withtou pattern, replace it by a errors.New
- fix but of circular inclusion for method Add
- remove deprecated const / code
- reorganize code file to map to interface / model
- update other modules following chnages

Other:
- bump dependencies
2024-01-15 14:22:22 +01:00
2023-11-21 20:21:37 +01:00
2023-11-21 20:21:37 +01:00
2023-08-28 11:22:08 +02:00
2023-12-14 13:40:36 +01:00
2024-01-15 14:22:22 +01:00
2024-01-15 14:22:22 +01:00
2023-11-29 16:05:28 +01:00
2024-01-15 14:22:22 +01:00
2023-08-28 11:22:08 +02:00
2023-11-21 20:21:37 +01:00
2023-10-03 12:03:36 +02:00
2023-11-21 20:21:37 +01:00
2024-01-15 14:22:22 +01:00
2023-11-21 20:21:37 +01:00
2024-01-15 14:22:22 +01:00
2023-12-14 13:44:49 +01:00
2023-11-21 20:21:37 +01:00
2023-11-21 20:21:37 +01:00
2023-12-05 18:14:12 +01:00
2023-12-14 13:49:14 +01: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
2024-01-15 14:22:22 +01:00
2024-01-15 14:22:22 +01:00
2023-10-03 12:03:36 +02:00
2024-01-15 14:22:22 +01:00
2023-11-21 20:21:37 +01:00
2023-12-02 16:49:04 +01:00
2023-09-04 16:37:19 +02:00
2023-12-02 16:49:04 +01:00
2023-10-15 17:55:04 +02:00
2023-12-14 13:50:26 +01:00
2023-07-28 13:33:22 +02:00
2023-11-21 20:21:37 +01:00
2023-08-28 11:22:08 +02:00
2023-11-21 20:21:37 +01:00
2023-12-02 16:49:04 +01:00
2023-08-28 11:22:08 +02:00
2023-10-15 17:55:04 +02:00
2023-08-28 11:22:08 +02:00
2024-01-05 16:12:05 +01: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
2024-01-15 14:22:22 +01: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%